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

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

Syntax

C#
protected virtual void OnDirectoryListing(
	string dir
)
Visual Basic
Protected Overridable Sub OnDirectoryListing ( _
	dir As String _
)
Visual C++
protected:
virtual void OnDirectoryListing(
	String^ dir
)

Parameters

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

See Also