FTPDelete Method | |
Delete a file
Namespace:
SIC.File
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public void Delete(
string pDeleteFile
)
Public Sub Delete (
pDeleteFile As String
)
Parameters
- pDeleteFile
- Type: SystemString
[Missing <param name="pDeleteFile"/> documentation for "M:SIC.File.FTP.Delete(System.String)"]
Examples ftpClient.Delete("etc/test.txt");
See Also