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

Create Empty Directory #46

Open
erayaydin opened this issue May 23, 2015 · 1 comment
Open

Create Empty Directory #46

erayaydin opened this issue May 23, 2015 · 1 comment

Comments

@erayaydin
Copy link

Hello,
I think create directory is missing. I tried $zipper->folder("folder"); but its not worked because there is no added file. I also tried $zipper->folder("folder")->add(array());.

@erayaydin
Copy link
Author

I used these style but sometimes I should create directory with no file.

$zipper->folder("folder/subfolder")->addString("file.txt", null);

I think makeDirectory will also good for these project.

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