MobileForms Toolkit Documentation

ZipArchive.GetDirectories Method (String, String)

Gets an array of directories matching the specified search pattern from the current directory.

public string[] GetDirectories(
string path,
string searchPattern
);

Parameters

path
The path to search.
searchPattern
The search string to match against the names of directories in path.

Return Value

A String array of directories matching the search pattern.

See Also

ZipArchive Class | Resco.IO.Zip Namespace | ZipArchive.GetDirectories Overload List