Re: Files attributes
Re: Files attributes
- Subject: Re: Files attributes
- From: François Frisch <email@hidden>
- Date: Fri, 29 Jun 2001 16:36:02 -0700
No NSFileManager in java/cocoa
>
In reply to:
>
I'm trying to get a list of files from a specific directory, filtering
>
by modified date, but I don't find a class (in Java - Cocoa) that makes
>
it happens. Can anybody help me ?
>
>
NSFileManager is where you want to look. Use -directoryContentsAtPath:
>
for the file list and -fileAttribuitesAtPath:traverseLink: to get the
>
modification dates.
>
>
Brendan Younger
>
_______________________________________________
>
cocoa-dev mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev