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
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