Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Cannot remove file from existing zip file #138

Open
Serringer opened this issue Oct 10, 2018 · 0 comments
Open

Cannot remove file from existing zip file #138

Serringer opened this issue Oct 10, 2018 · 0 comments

Comments

@Serringer
Copy link

Serringer commented Oct 10, 2018

I have a project where I create a Zip file, with several files inside. This zip file is available for some time, and in this time the contents of the files inside can be changed/renamed and so on, so I need to delete the file from the zipfile, while the new file will be compiled.

But currently the files are not removed, but the new files are inserted without problem.

I use it like this:
$zipper = Zipper::make($pathAndFilename);
$zipper->remove($filenameToRemove);
$zipper->close();

other information: laravel 5.4, version of the package: 1.0.2, forge provisioned server with ubuntu and Nginx

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

No branches or pull requests

1 participant