edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when the server directory is about to be changed.

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

Syntax

C#
protected virtual bool OnChangingServerDirectory(
	string oldDirectory,
	string newDirectory
)
Visual Basic
Protected Overridable Function OnChangingServerDirectory ( _
	oldDirectory As String, _
	newDirectory As String _
) As Boolean
Visual C++
protected:
virtual bool OnChangingServerDirectory(
	String^ oldDirectory, 
	String^ newDirectory
)

Parameters

oldDirectory
Type: System..::..String
Current directory.
newDirectory
Type: System..::..String
New directory

Return Value

true if the operation is to continue.

See Also