On Sun, 2007-07-15 at 01:05 -0400, Sam DeForest wrote:
> 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,

size is dead easy  -s filename

-- 
Ken Foskey
FOSS developer


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


Reply via email to