Help for this page

Select Code to Download


  1. or download this
    $filelist = "$home/filelist-${wfid}.txt";
        my @files = $task->GetFiles();
        open FILELIST, ">$filelist";
    ...
            print FILELIST "$file\n";
        }
        close FILELIST;