Front page | perl.beginners |
Postings from January 2004
RE: Obtaining file data
Thread Previous
From:
Paul Kraus
Date:
January 29, 2004 09:28
Subject:
RE: Obtaining file data
Message ID:
17141546870525@meemail1.pelsupply.com
Perldoc -f stat
You can use paths like this in perl
\\remoteserver\c\path
Don't forget to escape the \\ in double quote context.
\\\\remoteserver\\c\\path
HTH,
Paul Kraus
-----------------------
PEL Supply Company
Network Administrator
> -----Original Message-----
> From: Brian Brown [mailto:brianbr@daveramsey.com]
> Sent: Thursday, January 29, 2004 11:48 AM
> To: beginners@perl.org
> Subject: Obtaining file data
>
> Hello,
>
> I am trying to get the specs for files in a remote directory. I need to be
> able to get the name of the file, file size and the date the file was
> updated.Then put it all in a text file that can be emailed.
>
> Does anyone know where I can go to get an example of how to do this. I am
> working on a Win 2000 box.
>
> Thanks for any help that you can provide.
>
> Brian Brown
> Web Developer
> brianbr@daveramsey.com
> 615.371.8881 ext. 5303
>
> http://www.daveramsey.com
> http://www.mytotalmoneymakeover.com
>
> ORDER DAVE RAMSEY'S NEW BOOK AT www.totalmoneymakeover.com/order
>
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
Thread Previous