Hi,

You can use File::stat. 
perldoc -f stat
or 
http://search.cpan.org/~nwclark/perl-5.8.8/lib/File/stat.pm


Yaron Kahanovitch


----- Original Message -----
From: "Sam DeForest" <[EMAIL PROTECTED]>
To: beginners@perl.org
Sent: Sunday, July 15, 2007 8:05:15 AM (GMT+0200) Auto-Detected
Subject: obtaining file properties

Hi folks,  noob here...

Im looking to produce a script that will return to me some file properties in 
windows.  I know for unix I can use 'stat'.  The only thing that comes close 
(as i can find right now) is use of the Win32::File module.  However that would 
just return the attributes.  Im looking to find "size" and "create date/time".  
Could someone point me in a good direction so I can read into further?
I appreciate the help,

Sam



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


Reply via email to