Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File::NCopy problem

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Joined
Feb 6, 2002
Messages
1,851
Location
IL
HI,

Running code on W2K machine:

use File::NCopy;
$file = File::NCopy->new('recursive' => 1);
$file->copy("D:\\Ora816\\Creo\\Config","DBBackup") or die $!;

Running it - get an error on the last line (536) :

Tk::Error: Invalid argument at D:\Documents and Settings\Administrator\Desktop\rehost.exe l
ine 536.
main::save at D:\Documents and Settings\Administrator\Desktop\rehost.exe line 536

Appreciate any help.
Thanks

Long live king Moshiach !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top