I'm runnings some fairly straight forward FSO script to copy a file from one directory to another. I've read somewhere that some form of Resume Next (I'm using On Error Resume Next) needs to be put in the procedure as error handling.
Are there other error handling scripts appropriate for fso related code, specifically using the copy method?
What are the chances that the copy method will interfere with other applications that use the file that is being copied?
Thanks
Noel
Are there other error handling scripts appropriate for fso related code, specifically using the copy method?
What are the chances that the copy method will interfere with other applications that use the file that is being copied?
Thanks
Noel