scosman / zipstreamer

Zip File Streaming Microservice - stream zip files on the fly
MIT License
119 stars 18 forks source link

Is there any to create empty folder? #33

Closed sawyer1379416087 closed 1 year ago

sawyer1379416087 commented 1 year ago

in some sence, I need a empty folder on zip, is there any way to it?

now I can not start empty path wothout URL

scosman commented 1 year ago

Nothing is built in to support this. Out of curiosity: what’s the use case?

Probably not something I’ll find time to build since not a common request. I would accept a PR if it was clean, and you can always fork.

Depending on what platforms you are targeting, putting and empty hidden file in the folder might do the trick (‘.hidden’)