MobileForms Toolkit Documentation

ZipArchive.GetAttributes Method 

Gets the ZipFileAttributes of the file on the path.

public ZipFileAttributes GetAttributes(
string fileName
);

Parameters

fileName
The path to the file.

Return Value

The ZipFileAttributes of the file on the path.

See Also

ZipArchive Class | Resco.IO.Zip Namespace