edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Changes the working directory.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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