MobileForms Toolkit Documentation

ZipArchive.GetCrc Method 

Gets the CRC of the file on the path.

public int GetCrc(
string fileName
);

Parameters

fileName
The path to the file.

Return Value

The CRC of the file on the path.

See Also

ZipArchive Class | Resco.IO.Zip Namespace