Re: objFTP.Rename (General questions)
Hi Peter,
You can skip the error by using On Error Resume Next line, which will cause the vbs to process the next line of the code without failing.
If you want to retrieve the error which occured, you can do it by reading the LastError Property.
Regards,
Damba
Complete thread:
- objFTP.Rename - stamman, 2007-04-25, 08:35
- Re: objFTP.Rename - wodDamir, 2007-04-25, 10:27