Your question is incomplete.
Do you want the modify/inode/access time?
Do you want to do something with it to test with it?
etc.

Please rephrase your question to be more coherent.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 4:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Timestamp and File::find


can one specicify a time stamp when using FileFind?

use File::Find;
open(OUT, ">docs2.out");
         print "Printing  To docs2.out......\n";
 sub wanted
 {
     print OUT "$File::Find::name\n";
     
 }
 find( \&wanted, "//dfspn1/dfs/shared/CITG");

close(OUT);


Jaime Hourihane
CDC-IXIS
212.891.1935

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to