|
-
Feb 26th, 2025, 03:59 AM
#24
Fanatic Member
Re: [VB6] Basic unzip without 3rd party DLL or shell32- IStorage-based
 Originally Posted by fafalone
I actually checked that, the Windows zip folder namespace extension preserves attributes on unzip but the property storage interface but doesn't expose them; I tried force-querying some despite that and the standard attributes property and most others were blank, and the one that wasn't, System.SFGAOFlags, returned incorrect attributes. Also performance is gonna suck if you want to extract file by file instead of the whole thing if you use that method though.
Thank you so much for watching. However, Windows Explorer itself extracts files from archives with the automatic setting of file attributes. Windows does it somehow... I wish we could do that...
After all, a real full-fledged file extraction procedure includes the mandatory setting of the date, time, and file attributes. Otherwise, it's not a full-fledged unpacking.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|