Re: File permission problem using File::Find !

2004-04-27 Thread John W. Krahn
Ravinder Arepally wrote: > > All, Hello, > I am seeing weird problem while using File::Find to copy files and directory > recursively in a specified directory. > > What I am trying to do is : > > 1) I need to copy everything from a specified directory to a known location. > 2) It should copy e

File permission problem using File::Find !

2004-04-27 Thread Ravinder Arepally
All, I am seeing weird problem while using File::Find to copy files and directory recursively in a specified directory. What I am trying to do is : 1) I need to copy everything from a specified directory to a known location. 2) It should copy even directories and files. I copied code and pa