When distination is unavailable CopyFile() function hangs for some time. I need to be able to set a timeout. Please Help.
???
Printable View
When distination is unavailable CopyFile() function hangs for some time. I need to be able to set a timeout. Please Help.
???
Check to see if the File or directory exisits before you run your copy command.
I did something similar to these before.
Tell me if you need help
Raistlin
use CopyFileEx() which provides a callback function.
hope this help