That’s great work, Kaydell. I find that both System Events and Finder produce the same time.
However, I’m not sure what property ‘modification date’ of the disk is reporting, but on my machine it’s not accurate. Running
tell application "Finder" to get the modification date of the startup disk
reports that the disk was last modified yesterday at 12:04. That’s over 25 hours wrong, as the linked screenshot shows (that search was done before I ran the AppleScript).
Thus, I think we need to find a way to get the modified date of the last file to be written to or the user risks possibly losing data.
|