An NDoc Documented Class Library

ExFTPConnection.GetFiles Method

Lists current working directory's contents as an array of strings of file-names.

Overload List

Lists current working directory's contents as an array of strings of file-names.

public override string[] GetFiles();

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

public override string[] GetFiles(string);

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

public override string[] GetFiles(string,bool);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace