Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing folder inside zipped file #223

Open
pavan288 opened this issue Sep 16, 2021 · 0 comments
Open

Missing folder inside zipped file #223

pavan288 opened this issue Sep 16, 2021 · 0 comments

Comments

@pavan288
Copy link

I am noticing some erratic behavior with the method public class func zipFiles(paths: [URL], zipFilePath: URL, password: String?, compression: ZipCompression = .DefaultCompression, progress: ((_ progress: Double) -> ())?) throws

My app passes paths to two directories to the paths paramater. ( I have local logs on my side to ensure that both paths are being passed)

Normally, unzipping the file (after uploading to server) on my desktop results in one folder inside which both the passed directories reside.

But occasionally, only one of the directories is present. I have found no way to concretely reproduce the issue yet.
I would appreciate any sort of guidance on why this might be happening.

I'm happy to provide any other details as well.

Thanks,
Pavan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant