edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

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

Syntax

C#
string[] Dir(
	string dirname,
	bool full
)
Visual Basic
Function Dir ( _
	dirname As String, _
	full As Boolean _
) As String()
Visual C++
array<String^>^ Dir(
	String^ dirname, 
	bool full
)

Parameters

dirname
Type: System..::..String
full
Type: System..::..Boolean

See Also