Delete file after successfully processed
Please register to reply
Added by Anonymous almost 18 years ago
Legacy ID: #4063312 Legacy Poster: smilwicz (smilwicz)
Hello All, I'm using Saxon 6.5.5 to perform a batch XSLT transformation on a directory of files, which outputs to another directory. Is there a way to delete/ or move a file after it is successfully processed. The command I am using is: java -jar saxon.jar -ds -o E:/TranslatedData E:/input work.xslt 2> run_saxon.log Thanks
Please register to reply