FileSystemObject Copy Method

Noel

Registered User.
Local time
Today, 04:49
Joined
Apr 13, 2007
Messages
61
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
 
Hmmm

Thanks. I need to be better at searching the forum first.
 

Users who are viewing this thread

Back
Top Bottom