Detect file creation date on iPhone OS?

Posted by Greg Maletic on Stack Overflow See other posts from Stack Overflow or by Greg Maletic
Published on 2010-03-17T05:29:50Z Indexed on 2010/03/17 5:31 UTC
Read the original article Hit count: 515

Filed under:
|

I was planning on writing some code whose logic was based upon testing the creation date of a particular file in my app's Documents folder. Turns out, when I call -[NSFileManager attributesOfItemAtPath:error:], NSFileCreationDate isn't one of the provided attributes.

Is there no way to discover a file's creation date?

Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about nsfilemanager