David --- Senior Programmer Analyst --- Wgo Wagner wrote: > > Use stat and it has create timestamp. > > $MyCreateTime = (stat($file))[10]; # pulls create time
perldoc -f stat [snip] 8 atime last access time in seconds since the epoch 9 mtime last modify time in seconds since the epoch 10 ctime inode change time (NOT creation time!) in seconds since the epoch John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]