edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionOnChangingLocalDirectory Method

Called when the local directory is about to be changed.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual bool OnChangingLocalDirectory(
	string oldDirectory,
	string newDirectory
)

Parameters

oldDirectory  String
Current directory.
newDirectory  String
New directory

Return Value

Boolean
true if the operation is to continue.

See Also