InetFtpDeleteDir method (LEADRasterFTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetFtpDeleteDir(BSTR pszRemoteDir);

Overview

Refer to How to Program with the LEAD Raster FTP Object

Remarks

Removes the specified directory on the FTP server.

If the directory specified in pszRemoteDir does not exist on the FTP server, this method will fail.

See Also

Elements:

InetFtpGetCurrentDir method, InetFtpChangeDir method, InetFtpCreateDir method

Topics:

Working with FTP: Directory Manipulation Over an FTP Connection