Returns the names of all files and subdirectories in the specified directory.
Returns the names of all files and subdirectories in the specified directory.
public string[] GetFileSystemEntries(string);
Returns an array of file system entries matching the specified search criteria.
public string[] GetFileSystemEntries(string,string);
ZipArchive Class | Resco.IO.Zip Namespace