I’m having a problem with copying files and then immediately using them. It doesn’t seem like to code allows enough time for the file to be copied. Is there a way to pause the code until the file has been copied and then continue? I don’t want a noticeable delay in the code execution so I don’t really want a timer to wait for 1 second then continue.