eric
New Member
Posts: 1
|
Post by eric on Feb 26, 2009 7:23:25 GMT -5
Hi,
I'm interested in VCLZIP and have some questions: 1. I have a folder structure but some folders are empty. Can I zip the entire structure with the empty folders? 2. Can I create an empty folder directly in the archive file?
Regards Eric
|
|
|
Post by Kevin on Feb 26, 2009 7:44:16 GMT -5
Hi Eric,
1. Yes, just set the AddDirEntriesOnRecurse property to true and it will include a directory entry for each directory in the structure whether it has a file in it or not.
2. Yes, anything you enter into the FilesList before zipping ends in '\' is considered to be a directory and will result in a directory entry being added.
Kevin
|
|