Changes the working directory.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual bool ChangeWorkingDirectory(
string directory
) |
| Visual Basic |
|---|
Public Overridable Function ChangeWorkingDirectory ( _
directory As String _
) As Boolean |
| Visual C++ |
|---|
public:
virtual bool ChangeWorkingDirectory(
String^ directory
) |
Parameters
- directory
- Type: System..::..String
Directory to change to (may be relative or absolute).
Return Value
true if the working directory was changed.
See Also