SocketTools .NET Edition

FtpClient.CloseDirectory Method 

Close the directory that was previously opened with the OpenDirectory method.

[Visual Basic]
Public Function CloseDirectory() As Boolean
[C#]
public bool CloseDirectory();

Return Value

This method returns a boolean value. If the method succeeds, the return value is true. If the method fails, the return value is false. To get extended error information, check the value of the LastError property.

See Also

FtpClient Class | SocketTools Namespace