Re: File::Find on Windows shares

2002-08-16 Thread pete
As suggested, I added: $File::Find::dont_use_nlink = 1 that did the trick. Thank you very much! Pete On Thu, 15 Aug 2002 17:13:38 -0700, "Edward Moy" <[EMAIL PROTECTED]> said: > On Thursday, August 15, 2002, at 03:20 PM, [EMAIL PROTECTED] wrote: > > I'm using File::Find to recurse throug

Re: File::Find on Windows shares

2002-08-15 Thread Edward Moy
On Thursday, August 15, 2002, at 03:20 PM, [EMAIL PROTECTED] wrote: > I'm using File::Find to recurse through directories. > > Thing work fine on my Mac (Mac OS X 10.1.5, perl 5.6.0 as installed by > Mac OS X) but when I try to run it on a Windows volume that I've > mouneted on my Mac it doesn't g

Re: File::Find on Windows shares

2002-08-15 Thread Ken Williams
On Thursday, August 15, 2002, at 03:20 PM, [EMAIL PROTECTED] wrote: > I'm using File::Find to recurse through directories. > > Thing work fine on my Mac (Mac OS X 10.1.5, perl 5.6.0 as installed by > Mac OS X) but when I try to run it on a Windows volume that I've > mouneted on my Mac it doesn't

File::Find on Windows shares

2002-08-15 Thread pete
I'm using File::Find to recurse through directories. Thing work fine on my Mac (Mac OS X 10.1.5, perl 5.6.0 as installed by Mac OS X) but when I try to run it on a Windows volume that I've mouneted on my Mac it doesn't go into any subdirectories. So if I run it pointing at /Volumes/MyMac it goe