Gets the names of subdirectories in the specified directory.
Gets the names of subdirectories in the specified directory.
public string[] GetDirectories(string);
Gets an array of directories matching the specified search pattern from the current directory.
public string[] GetDirectories(string,string);
ZipArchive Class | Resco.IO.Zip Namespace