edtFTPnet/Free - Open-source FTP component for .NET | Download
Changes the working directory.

Namespace: EnterpriseDT.Net.Ftp
Assembly: 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