in reply to Re: Moving Files
in thread Moving Files
# read trans barcode $primer = Util::Util::fileDecode($transFile); chomp($primer); print "(",$primer,")\n"; # set transaction folder path my $transPath = $wDir. "plsTrans/$primer/tmp/"; if(-d $transPath){ print "Transpath : " . $transPath . "\n"; print "FileName : ". $transFile . "\n"; print "Cmd : >cp $transFile $transPath<\n"; system("mv",$transFile,$transPath); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Moving Files
by jethro (Monsignor) on Aug 07, 2008 at 18:30 UTC | |
by rottmanja (Initiate) on Aug 07, 2008 at 21:44 UTC |