RE: File Creation

2002-07-02 Thread Jeff 'japhy' Pinyan
On Jul 2, William J Black said: >Is there a way to tell when a file was first created? Depends on the OS. Unix doesn't keep track of that, but Windows does; you'll need to use some specific Win32:: module for that info, I'd guess. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.

RE: File Creation

2002-07-02 Thread William J Black
Is there a way to tell when a file was first created? William Black Duke Energy 401 S. College St. Charlotte NC (704) 382-3787 Voice -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: File creation...

2001-12-11 Thread Bob Showalter
> -Original Message- > From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 11, 2001 12:37 AM > To: [EMAIL PROTECTED] > Subject: RE: File creation... > > > Dan, > > Just figured it out... > > my $backup = #Dir in hash s

RE: File creation...

2001-12-10 Thread Daniel Falkenberg
Dan, Just figured it out... my $backup = #Dir in hash somewhere. Not important -T $backup || open(BACKUP, ">/tmp/passwd_backup"); Very, very cool! Cheers, Dan Hi all, I want my perl code to be able to check to see if a file exist and if the file doesn't exist I want that file to be c