Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm doing the following:
It doesn't work when I specify an absolute path to the directory(i.e. $wherefrom = 'C:/Foo/Path/Directory')my $file = File::NCopy->new(recursive => 1); $file->copy($wherefrom,$whereto);
Any ideas why?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File::NCopy issue
by jdalbec (Deacon) on Aug 04, 2004 at 02:31 UTC |