I'm not sure Touch File is what you're looking for.
"The Touch file Task set the last write time of one or more file(s). The Touch file Task uses the standard file filter to find files that you want to touch."
In context of the standard "touch" command, if the file doesn't exist, "touch" will create an empty file by that name, and not consider it an error.
(Edit: Actually I just tested this and Visualcron apparently does not create the file if it doesn't exist. I assumed it would be like the standard "touch" command in that regard and I was wrong.)
I think you may want to LIST files. However, unless Visualcron uses intermediate files and renames them, that would detect the file as being there while it was still being copied. Also, normally, the Copy Files task wouldn't stop and pass execution to the next task until it had finished and released all file handles unless you uncheck "run tasks in order" for the job, I don't think. I'm not sure I'm properly grasping the use case.
Edited by user
2020-06-30T21:44:41Z
|
Reason: Not specified