PLzmaSDK icon indicating copy to clipboard operation
PLzmaSDK copied to clipboard

File's creation and modified dates are set to decompressed date

Open shurale85 opened this issue 1 year ago • 0 comments

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)

shurale85 avatar Jun 22 '23 08:06 shurale85