in reply to How do I emulate DOS XCOPY command under Perl for Windows

If all you need is a deep copy of a directory structure, take a look at File::NCopy.

I wanted just that once, thought about coding my own solution, but then figured that such a thing just MUST be common enough to already exist. And a CPAN search (or three actually) later...

/J

  • Comment on Re: How do I emulate DOS XCOPY command under Perl for Windows