Re: objFTP.Rename (General questions)

by wodDamir, (6704 days ago) @ stamman

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

locked

Complete thread:

 

  • objFTP.Rename
    • Re: objFTP.Rename