Re: Sorting directory content using creation time

2004-02-04 Thread Brad Lhotsky
Also consider: perldoc File::Find On Wed, Feb 04, 2004 at 11:40:21AM -0700, Wiggins d Anconia wrote: > > Hi, > > > > Does anybody know if there is an option in readdir to return the file list > > in the order of their creation time? Or know of a way to do that? Been > > reading the perldoc w/o

RE: Sorting directory content using creation time

2004-02-04 Thread Li, William
ECTED] Subject: Re: Sorting directory content using creation time > Hi, > > Does anybody know if there is an option in readdir to return the file list > in the order of their creation time? Or know of a way to do that? Been > reading the perldoc w/o much luck. Thanks! > Dou

Re: Sorting directory content using creation time

2004-02-04 Thread Wiggins d Anconia
> Hi, > > Does anybody know if there is an option in readdir to return the file list > in the order of their creation time? Or know of a way to do that? Been > reading the perldoc w/o much luck. Thanks! > Doubtful, but it should be trivial using readdir in a list context and using 'sort' with

Sorting directory content using creation time

2004-02-04 Thread Li, William
Hi, Does anybody know if there is an option in readdir to return the file list in the order of their creation time? Or know of a way to do that? Been reading the perldoc w/o much luck. Thanks! -- This message is intend