in reply to FIle Directory Problem Driving me crazy.
# MOVE ORIGINAL TO ../Done/M-archiv print "move $originalfilenamequantity 1.txt \n"; system("move $originalfilenamequantity ..");
my $dest = "$currentdir/.."; # means Z:/SALESD~1/LOGS/ORDERS my $cmd = "move $originalfilenamequantity $dest"; system($cmd) == 0 or warn("Failed: $cmd");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: FIle Directory Problem Driving me crazy.
by Anonymous Monk on Sep 09, 2011 at 06:56 UTC |