Hi All,
Am new to fdmee and jython script.
Could you please help on rename in fdmee using jython script:
My script:
import shutil
import os
source = os.listdir("\\ABC.com\BBB\FDMData\outbox\AAA_38148.dat")
destination = "\\ABC.com\BBB\FDMData\outbox"
shutil.copy(source,destination)
Error:
SyntaxError: mismatched
input '' expecting EOF
Thanks,