MobileForms Toolkit Documentation

ZipArchive.GetFileSystemEntries Method (String, String)

Returns an array of file system entries matching the specified search criteria.

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

Parameters

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

Return Value

A String array of file system entries matching the search criteria.

See Also

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