MobileForms Toolkit Documentation

ZipArchive.GetFiles Method

Returns the names of files in the specified directory.

Overload List

Returns the names of files in the specified directory.

public string[] GetFiles(string);

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

public string[] GetFiles(string,string);

See Also

ZipArchive Class | Resco.IO.Zip Namespace