Re: network file directories and directory names with spaces

2002-02-28 Thread Jenda Krynicky
From: "Eric Peers" <[EMAIL PROTECTED]> > Based on a lack of replies to my post of yesterday, I'm assuming that > perl running on a Windows machine can not access a Windows directory > with spaces in the directory path (i.e. D:\scripts\perl script > files\). Based on lack of i

RE: network file directories and directory names with spaces

2002-02-28 Thread Timothy Johnson
Oh, sure, if you actually want to READ it later... :} -Original Message- From: Stout, Joel R [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 1:22 PM To: 'Timothy Johnson'; 'Eric Peers'; [EMAIL PROTECTED] Subject: RE: network file directories and directo

RE: network file directories and directory names with spaces

2002-02-28 Thread Stout, Joel R
: 'Eric Peers'; [EMAIL PROTECTED] > Subject: RE: network file directories and directory names with spaces > > > > Perl CAN access windows directories with spaces in the > directory path. You > can test it out like this: > > opendir(DIR,"testmachine\\

RE: network file directories and directory names with spaces

2002-02-28 Thread Eric Peers
Hmmm, no I haven't. And so obvious! Will give it a try shortly. Eric -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: network file directories and directory names with spaces

2002-02-28 Thread Timothy Johnson
ED] Subject: network file directories and directory names with spaces Based on a lack of replies to my post of yesterday, I'm assuming that perl running on a Windows machine can not access a Windows directory with spaces in the directory path (i.e. D:\scripts\perl script files\). I've

network file directories and directory names with spaces

2002-02-28 Thread Eric Peers
Based on a lack of replies to my post of yesterday, I'm assuming that perl running on a Windows machine can not access a Windows directory with spaces in the directory path (i.e. D:\scripts\perl script files\). I've been given permission to change the spaces to underscores, so for the moment that