Hello,
I am new to Jython and am looking to convert a batch script to Jython so that it can be used in the before and after batch script.
What i am trying to script :
1) Move all the files from inbox folder to temp folder which do not contain 'GL' in their file name .
2) after execution - move the files which do not contain 'GL' in their file name from temp to inbox folder.
I know it is a simple script - but would like to know if using shutil.move(src, dst) is the best way .
Thanks in advance.