Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

Zipper does´t recognize folders which starts with underscore like "_folder"

Open AdriWild opened this issue 7 years ago • 1 comments

I Read Test.zip extract on /Test and create Result.zip

Zipper::make(storage_path('/app/tests/Test.zip'))->extractTo(storage_path('/app/tmp/Test/'));
Zipper::make(storage_path('/app/tests/Result.zip'))->add(storage_path('/app/tmp/Test/'));

Test.zip contains:

/_rels
/docProps
/xl
Content_Types.xml

Result.zip contains:

/docProps
/xl
Content_Types.xml

Extra: inside to docProps, there is another folder _rels, but in this case worked.

AdriWild avatar Mar 09 '17 15:03 AdriWild

Having the same issue. Trying to find the source of the problem but no luck yet.

jra89 avatar Jun 14 '17 19:06 jra89