I have spent really much time with your project now, it is really impressive and good!
Thank you!
When I started experimenting with it, I accidentally experienced a feature or a bug which confused me, so I tried to avoid it.
Now I noticed that I actually need it:
I don't know what I did, but I accidentally created a new directory structure inside the zip file, for example:
d:\temp.zip
When you opened it you saw
c_\Users__\MyUserName_Desktop
I don't remember exactely anymore, but it was exactely what I needed.
Can you show / tell me how to create such a "virtual directory structure" inside the zip?
All the folders were empy, except the one (and its subfolders) that I put in the argument.
It was somewhere around here in the code:
If lIdx = 0 And IncludeEmptyFolders
But I can't reproduce it.
I have spent really much time with your project now, it is really impressive and good!
Thank you!
When I started experimenting with it, I accidentally experienced a feature or a bug which confused me, so I tried to avoid it.
Now I noticed that I actually need it:
I don't know what I did, but I accidentally created a new directory structure inside the zip file, for example:
d:\temp.zip
When you opened it you saw
c_\Users__\MyUserName_Desktop
I don't remember exactely anymore, but it was exactely what I needed.
Can you show / tell me how to create such a "virtual directory structure" inside the zip?
All the folders were empy, except the one (and its subfolders) that I put in the argument.
It was somewhere around here in the code:
If lIdx = 0 And IncludeEmptyFoldersBut I can't reproduce it.