File names on NT

2001-08-29 Thread Rice, Elizabeth A.
My PERL program uses the File::Find routine to find files that match a certain description, and then build a file that contains a list of these filenames. Later I pass that file with the list of filenames to an archive program, invoked via the system function. The File::Find puts the names

RE: File names on NT

2001-08-29 Thread Bob Showalter
-Original Message- From: Rice, Elizabeth A. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 10:03 AM To: '[EMAIL PROTECTED]' Subject: File names on NT My PERL program uses the File::Find routine to find files that match a certain description, and then build a file

FW: File names on NT

2001-08-29 Thread Rice, Elizabeth A.
. -- From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 11:13 AM To: Rice, Elizabeth A. Subject: Re: File names on NT The following message is a courtesy copy of an article that has been posted to perl.beginners as well. Elizabeth == Elizabeth

Re: File names on NT

2001-08-29 Thread Randal L. Schwartz
Elizabeth == Elizabeth A Rice [EMAIL PROTECTED] writes: Elizabeth The File::Find puts the names into the $filetab with forward slashes. On Elizabeth NT, the archive program isn't prepared to handle filenames with forward Elizabeth slashes instead of backslashes, so says it cannot find the