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 PROTECTED]> >Date: Sun, 30 Nov 2003 18:

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