MobileForms Toolkit Documentation

ZipArchive.GetFiles Method (String, String)

Returns the names of files in the specified directory that match the specified search pattern.

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

Parameters

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

Return Value

A String array containing the names of files in the specified directory that match the specified search pattern.

See Also

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