Reading List

NSFileWrapper Sometimes Changes Modification Date to the Past from Michael Tsai RSS feed.

NSFileWrapper Sometimes Changes Modification Date to the Past

Matteo Rattoti (via Christian Tietze): This repository demonstrates a bug in NSFileWrapper where overwriting a file with the same content using -[NSFileWrapper writeToURL:options:originalContentsURL:error:] sometimes causes the file’s modification date to be set in the past instead of updating to the current time. I think I saw someone speculate that this is due to it not […]