Re: objFTP.Rename - WeOnlyDo Discussion board

Re: objFTP.Rename (General questions)

by wodDamir, Wednesday, April 25, 2007, 10:27 (6182 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


Complete thread:

 

  • objFTP.Rename - stamman, 2007-04-25, 08:35 [*]
    • Re: objFTP.Rename - wodDamir, 2007-04-25, 10:27