You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: