Re: obtaining file properties

2007-07-15 Thread yaron
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.

Re: obtaining file properties

2007-07-14 Thread Ken Foskey
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

obtaining file properties

2007-07-14 Thread Sam DeForest
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 look