Re: Files attributes
Re: Files attributes
- Subject: Re: Files attributes
- From: Brendan Younger <email@hidden>
- Date: Fri, 29 Jun 2001 02:03:34 -0500
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