.\" This manual page was generated from the file FtpRmdir.html. .TH FtpRmdir 3 "06 November 1997" FTPlib .SH NAME FtpRmdir \- Remove a directory from the remote file system. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpRmdir(const char *" path ", netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "path" A string containing the name of a remote directory. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpRmdir() sends a remove directory request to the remote server. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.