Lists current working directory's contents as an array of strings of file-names.
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);