FTPConnectionGetFiles(String, Boolean) Method
List the given directory's contents as an array of strings of file-names or
full file details.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual string[] GetFiles(
string directory,
bool full
)
Public Overridable Function GetFiles (
directory As String,
full As Boolean
) As String()
public:
virtual array<String^>^ GetFiles(
String^ directory,
bool full
)
abstract GetFiles :
directory : string *
full : bool -> string[]
override GetFiles :
directory : string *
full : bool -> string[]
- directory String
- Name of directory
- full Boolean
- true if the full listing is required including file size
StringAn array of directory listing strings.
The directory name can sometimes be a file mask depending on the FTP server.