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

FTPConnectionOnChangedLocalDirectory Method

Called when the local directory has been changed.

Definition

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

Parameters

oldDirectory  String
Previous directory.
newDirectory  String
New directory
wasCancelled  Boolean
 

See Also