An NDoc Documented Class Library

ExFTPConnection.GetFiles Method (String)

List the given directory's contents as an array of strings of file-names.

public override string[] GetFiles(
   string directory
);

Parameters

directory
Name of directory

Return Value

An array of directory listing strings.

Remarks

The directory name can sometimes be a file mask depending on the FTP server.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace | ExFTPConnection.GetFiles Overload List