DeleteFile Method | ||
Syntax
Parameters
Return Value
Remarks
ExamplePrivate Sub cmdRmFile_Click() Dim nError As Long nError = FileTransfer1.DeleteFile(Trim(txtRemoteFile.Text)) If nError > 0 Then MsgBox "Delete File error: " & nError End If End Sub See Also |
||
Copyright © 2024 Catalyst Development Corporation. All rights reserved. |