An NDoc Documented Class Library

FTPConnection.OnChangingLocalDirectory Method 

Called when the local directory is about to be changed.

protected virtual bool OnChangingLocalDirectory(
   string oldDirectory,
   string newDirectory
);

Parameters

oldDirectory
Current directory.
newDirectory
New directory

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace