MobileForms Toolkit Documentation

ZipArchive.GetFileSystemEntries Method

Returns the names of all files and subdirectories in the specified directory.

Overload List

Returns the names of all files and subdirectories in the specified directory.

public string[] GetFileSystemEntries(string);

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

public string[] GetFileSystemEntries(string,string);

See Also

ZipArchive Class | Resco.IO.Zip Namespace