CryptoSys API Library Manual
crcFile
Compute the CRC-32 checksum of a file.
Syntax
[VBA]
Public Function crcFile ( _
szFileName As String _
) As Long
Parameters
- szFileName
- Name of input file.
Return Value
Long: CRC-32 checksum as a 32-bit integer value.