Forum Discussion
HKosova
Alumni
14 years agoHi Ofer,
I used the copy operation to reproduce the file creation process as you said in your original post:
If your target file is created in another way, simply replace the copy operation with the operations that initiate file creation in your scenario. Also, make sure to replace the file name in the aqFile.OpenBinaryFile operation with your file name.
I used the copy operation to reproduce the file creation process as you said in your original post:
if let say i copy a file from somewhere and i'm checking the folder it has been copied to,to know when it has been finish copied.
how can i make sure it did truly finished copied?
If your target file is created in another way, simply replace the copy operation with the operations that initiate file creation in your scenario. Also, make sure to replace the file name in the aqFile.OpenBinaryFile operation with your file name.