Bill Stephenson <[EMAIL PROTECTED]> wrote:

: Does anyone have example code that loops through a
: directory of files and prints a list of those created
: within a user selected date range. 
: 
: Here's what I've got so far, but it doesn't get the
: date the file was created and I can't seem to find
: out how to do that:


    The question we need to ask is "Does your file
system track File Creation Date?" Many file systems
don't. The -C function in perl does /not/ return
the file creation time.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to