edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when a directory has been created.

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

Syntax

C#
protected virtual void OnCreatedDirectory(
	string dir,
	bool cancelled,
	Exception ex
)
Visual Basic
Protected Overridable Sub OnCreatedDirectory ( _
	dir As String, _
	cancelled As Boolean, _
	ex As Exception _
)
Visual C++
protected:
virtual void OnCreatedDirectory(
	String^ dir, 
	bool cancelled, 
	Exception^ ex
)

Parameters

dir
Type: System..::..String
Directory name
cancelled
Type: System..::..Boolean
true if the operation was cancelled (and the file was not deleted).
ex
Type: System..::..Exception
Exception thrown (if failed)

See Also