Zip icon indicating copy to clipboard operation
Zip copied to clipboard

URL's passed to closures should be file URL's

Open 696GrocuttT opened this issue 5 years ago • 0 comments

If the URL's for unzipped files don't start with "file://" they can cause problems if they are passed into other parts of iOS (eg share sheets).

Changing the URL constructor to generate file type URL's also correctly handles paths with spaces. This eliminates the manual handling of these that's currently done.

696GrocuttT avatar Jul 14 '19 17:07 696GrocuttT