I am trying to determine if (and when) a file was in my file directory of temp files, but the change date ( NSFileModificationDatein the file attributes) seems to always match the creation date ( NSFileCreationDate). I have some vague recollection that the file system in iOS does not update date dates, but I did not find anything documented anywhere.
Can someone confirm (and possibly point to the documentation) that iOS is not updating the change dates?
Also, is there any other method to determine if a file has changed before hashing the contents and tracking the result?
Caleb source
share