[This is preliminary documentation and subject to change.]
Method used to get a directory listing and return an arraylist of filenames
Method used to get a directory listing and return an arraylist of filenames
public ArrayList DirListing(string);
Overload which accepts a file mask
public ArrayList DirListing(string,string);