File_WaitForFileToExist(sFile, iWaitMaxMin, iCheckIntervalSec, bMustExist)
Checks Check if a specified file exist, and waits until file exist or until timeout occurs
If file is created before timeout occurs, gbValue returns TRUE, otherwise gbValue returns FALSE.
...