Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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