Hi,
I want to wait for the (Shell) to finish saving to the .mp4 file before I go to further instructions for creating another video file.
I do it this way:
The above way seems to be good, but I noticed that sometimes it can turn on the line (to Until ... Loop)
Only half of them save per 100 files. What could be the cause? Too short set time for Filewatcher?
I want to wait for the (Shell) to finish saving to the .mp4 file before I go to further instructions for creating another video file.
I do it this way:
B4J:
Do Until FileWatcher.IsReadable(FullPath)
Sleep(100)
Loop
'Start to the next code line.
The above way seems to be good, but I noticed that sometimes it can turn on the line (to Until ... Loop)
Only half of them save per 100 files. What could be the cause? Too short set time for Filewatcher?