I want to read when a file is created (or last modified) as it showed in Finder "Date Modified."
Is there any existing method in Cocoa can do so? Thanks!
I want to read when a file is created (or last modified) as it showed in Finder "Date Modified."
Is there any existing method in Cocoa can do so? Thanks!
If you're using 10.5 or later, you can use -[NSFileManager attributesOfItemAtPath:error:]
.