Automatic restore date and time with UncompressPackFile()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
DeanH
Enthusiast
Enthusiast
Posts: 274
Joined: Wed May 07, 2008 4:57 am
Location: Adelaide, South Australia
Contact:

Automatic restore date and time with UncompressPackFile()

Post by DeanH »

I would like to request UncompressPackFile() sets a file's date and time when uncompressed, or to have a flag to do that. I realize this can be done with PackEntryDate() and SetFileDate() after the file is uncompressed but it would be handy to have this done as part of the uncompress process. This happens with 7-Zip and Lha32.

In addition, could file date/time be added to the BriefLZ format and restored as well?
Quin
Addict
Addict
Posts: 1131
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Automatic restore date and time with UncompressPackFile()

Post by Quin »

+1
Post Reply