PLzmaSDK
PLzmaSDK copied to clipboard
File's creation and modified dates are set to decompressed date
Hi! File's creation and modified dates are wring and set to decompressed date so each decompressing iteration gives the different creation and modified date. How to get original creation and modified date of the decompressed files?
I decompress files as
plzma_decoder_extract_all_items_to_path(&decoder, &pathObject, itemsFullPath)
then I read dates from files attributes
try fileManager.attributesOfItem(atPath: path.path)