MobileForms Toolkit Documentation

ZipArchive.GetDirectories Method

Gets the names of subdirectories in the specified directory.

Overload List

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);

See Also

ZipArchive Class | Resco.IO.Zip Namespace