Is there a way to programmatically create a compressed folder in Windows? I can’t see a way to do this using the FileSystemObject (although there is the ‘Compressed’ attribute).
I’ve seen zip dll’s but I’d prefer to avoid having to re-distribute a dll if possible. Windows XP natively supports compressed folders after all.
Have a look at the following links:
http://www.rondebruin.nl/windowsxpzip.htm
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1383147&SiteID=1
Stripping the important parts from the first link example may prove to be sufficient.