Returns the names of files in the specified directory.
Returns the names of files in the specified directory.
public string[] GetFiles(string);
Returns the names of files in the specified directory that match the specified search pattern.
public string[] GetFiles(string,string);
ZipArchive Class | Resco.IO.Zip Namespace