oFTP.DeleteFile()
Deletes a remote file
oFTP.Deletefile(FileName)
Parameters
FileName | Existing file name (fully qualified path or relative path to current dir) |
Return Value
True on success, false otherwiseRemarks
none
Related
Example
oFTP.DeleteFile("MyTestScript.ahk")