Optimize zip file finding
- Removes
filepath.Join(-3 allocs/op) - Uses
path.Split, rather thanfilepath.Split. Zip files should only ever use forward slash separators.
Edited by Arran Walker
filepath.Join (-3 allocs/op)path.Split, rather than filepath.Split. Zip files should only ever use forward slash separators.