HttpClientDir(String, Boolean) Method
List an HTML page's hrefs as an array of strings.
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public string[] Dir(
string dirname,
bool full
)
Public Function Dir (
dirname As String,
full As Boolean
) As String()
public:
virtual array<String^>^ Dir(
String^ dirname,
bool full
) sealed
abstract Dir :
dirname : string *
full : bool -> string[]
override Dir :
dirname : string *
full : bool -> string[]
- dirname String
- directory or HTML filename
- full Boolean
-
StringAn array of strings.
IFileTransferClientDir(String, Boolean)