InetFTPRemoveDir

int InetFTPRemoveDir (int FTPHandle, const char *directory);

Purpose

Removes a directory on the remote machine.

Parameters

Input
Name Type Description
FTPHandle integer A handle returned by the InetFTPLogin or InetFTPLoginEx function. The handle identifies an active FTP connection.
directory const char * The pathname of the directory to delete. The directory must exist on the remote machine.

The path can be absolute or relative to the current working directory on the remote machine.

Return Value

Name Type Description
result integer Return value indicating whether the function was successful. A negative number indicates that an error occurred.