Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Using tFileList to iterate each file in source folder, check the file if it exits in the target using tFileExist, copy it to target folder with tFileCopy if not. Foe example:
tFileList--iterate--tJava--componentOK--tFileExist--runIf--tFileCopy
Best regards
Shong
Hi,
Don't think you need to use a tJava (shong correct me if i'm wrong). Just link your tfileList to the tFileExist.
tFileList--iterate--tfileExist---runif---tfilecopy