CFtpConnection::RemoveDirectory

Call this member function to remove the specified directory from the connected server.

BOOL RemoveDirectory(
   LPCTSTR pstrDirName 
);

Параметры

  • pstrDirName
    A pointer to a string containing the directory to be removed.

Возвращаемое значение

Nonzero if successful; otherwise 0. If the call fails, the Win32 function GetLastError may be called to determine the cause of the error.

Заметки

Use GetCurrentDirectory to determine the server's current working directory. Do not assume that the remote system has connected you to the root directory.

The pstrDirName parameter can be either a partially or fully qualified filename relative to the current directory. A backslash (\) or forward slash (/) can be used as the directory separator for either name. RemoveDirectory translates the directory name separators to the appropriate characters before they are used.

Требования

Header: afxinet.h

См. также

Основные понятия

CFtpConnection Class

CFtpConnection Members

Hierarchy Chart

CInternetConnection Class