An NDoc Documented Class Library

FTPConnection.OnCreatingDirectory Method 

Called when a directory is about to be created.

protected virtual bool OnCreatingDirectory(
   string dir
);

Parameters

dir
Directory name

Return Value

true if the operation is to continue.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace