An NDoc Documented Class Library |
|
FTPConnection.ChangeWorkingDirectory Method
Changes the working directory.
public
bool ChangeWorkingDirectory(
string directory);
Parameters
-
directory
- Directory to change to (may be relative or absolute).
Return Value
true
if the working directory was changed.
See Also
FTPConnection Class | EnterpriseDT.Net.Ftp Namespace