Re: How to get a dir creation time

2004-01-08 Thread Sergei Krivov
Hi Yannick, I hope you are still around. http://www.faqs.org/faqs/unix-faq/faq/part3/section-1.html answers your quesiton. Sergei >Subject: How to get a dir creation time >From: "Yannick Warnier" <[EMAIL PROTECTED]> >To: "perl beginners list" <[EMAIL

Re: How to get a dir creation time

2003-11-30 Thread Randal L. Schwartz
> "Yannick" == Yannick Warnier <[EMAIL PROTECTED]> writes: Yannick> I would like to check a directory's creation time. The File::stat module Yannick> seems to give me some interesting informations about the last Yannick> modification, but nothing about the time it was created on. You can't ge

How to get a dir creation time

2003-11-30 Thread Yannick Warnier
Hi, I would like to check a directory's creation time. The File::stat module seems to give me some interesting informations about the last modification, but nothing about the time it was created on. Also, I have not found yet if this works under a Windows OS (i'm still looking now) so if someone