Throught out my script I create and delete files and objects. For
example: I copy a file to a new folder then wait 3 seconds before I
see if the file exists in the new destination. I assume that the
script can run faster than the copy process so the If FileExists can
run before the Copy is complete.
Is this true. Or does the next line not process until the previous has
completed it's process.
Throughout my script I have a total of a minute and 30 seconds in total
waits.