Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.net.ftp
.FtpDelete
FtpDelete
is available since version 1.0.
Prototype:
boolean FtpDelete(string path, number connection_handle)
Parameters
path
the remote file to delete
connection_handle
the connection handle as returned by
FtpConnect
.
Description:
Delete a file at remote.
Return value:
Returns true if succeeded, false if failed.