[FIX]Re: NSFileManager attribute NSFileModificationDate real meaning ???
[FIX]Re: NSFileManager attribute NSFileModificationDate real meaning ???
- Subject: [FIX]Re: NSFileManager attribute NSFileModificationDate real meaning ???
- From: Jérome Foucher <email@hidden>
- Date: Thu, 20 Feb 2003 16:31:35 +0100
Sorry for this post.... I now realize my fullPath was wrong.... so was
my modificatio date.....
Sorry again.... I need (more) sleep.....
Jerome
On jeudi, fiv 20, 2003, at 16:20 Europe/Paris, Jirome Foucher wrote:
Hi all !
I try to use the NSFileManager to get info about some files. I'm
particularily interested in the modification date.
I call :
attributes = [fileManager fileAttributesAtPath:fullPath
traverseLink:YES];
then get the date with
[attributes objectForKey:NSFileModificationDate];
but the date I receive is NOT the modification date I can see in the
Finder or in the Terminal for the particular file.
It's more a Touch date in my opinion...
Is there a way to get the real modification date ?
Thanks
Jerome
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.