RE: names with spaces

2002-12-17 Thread Paul Kraus
INLINE > -Original Message- > From: Johnson, Shaunn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 12:26 PM > To: '[EMAIL PROTECTED]' > Subject: names with spaces > > > Howdy: > > I thought that this worked, but, I have a script where > I try to get a list of file names

RE: names with spaces

2002-12-17 Thread Kipp, James
> > The problem is, the first step is to create a sub-directory > in a path that have spaces in the names. > > I thought I fixed it, but, it seems that the script > fails one way or the other (building the sub-directory > or the creation of the files). > > Can someone tell me why this is not work

RE: names with spaces

2002-12-17 Thread Johnson, Shaunn
--i've tried that, but, this is the results from that: [snip] /i/Depression Management/Mailing/test/03 /i/Depression Management/Mailing/test/04 /i/Depression Management/Mailing/test/05 /i/Depression Management/Mailing/test/06 ls: /i/Depression: No such file or directory*** this is breaking **

RE: names with spaces

2002-12-17 Thread Kipp, James
can you send me the entire script again. already deleted the first one > -Original Message- > From: Johnson, Shaunn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 12:46 PM > To: '[EMAIL PROTECTED]' > Subject: RE: names with spaces > > > -

Re: names with spaces

2002-12-17 Thread Rob Dixon
Shaunn You should have no need of the additional quotation marks in your strings. The spaces are unambiguous in this context. my $dest='/i/Depression Management/Mailing/test_dir'; my $source='/i/Depression Management/Mailing/Dec2002'; Cheers, Rob - Original Message - From: "Jo

Re: names with spaces

2002-12-17 Thread Rob Dixon
Johnson, Shaunn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 5:45 PM Subject: RE: names with spaces > --i've tried that, but, this is the results from that: > > [snip] > > /i/Depression Management/Mailing/test/03 > /i/Depressio