Re: Glob with spaces

2006-01-25 Thread Chas Owens
On 1/25/06, DiGregorio, Dave <[EMAIL PROTECTED]> wrote: > Is there a way to glob if the directory path has spaces? > > The following does not work > > $sourcePath = "C:/Documents and Settings/xyz/abc ; > > files = glob $sourcePath ; This seems to work: my @files = glob("C:/Documents\\\ and\\\ Se

Glob with spaces

2006-01-25 Thread DiGregorio, Dave
Is there a way to glob if the directory path has spaces? The following does not work $sourcePath = "C:/Documents and Settings/xyz/abc ; files = glob $sourcePath ; Thanks David R. DiGregorio Vocollect 703 Rodi Road Pittsburgh, PA 15235 P. 412-349-2440 [EMAIL PROTECTED] -CONFIDE