edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when a directory is about to be deleted.

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

Syntax

C#
protected virtual bool OnDeletingDirectory(
	string dir
)
Visual Basic
Protected Overridable Function OnDeletingDirectory ( _
	dir As String _
) As Boolean
Visual C++
protected:
virtual bool OnDeletingDirectory(
	String^ dir
)

Parameters

dir
Type: System..::..String
Directory name

Return Value

true if the operation is to continue.

See Also