CryptoSys API Library Manual
Crc.File Method
Computes CRC-32 checksum for a file
Syntax
[C#]
public static int File(
string fileName
)
[VB.NET]
Public Shared Function File ( _
fileName As String _
) As Integer
Parameters
- fileName
- Name of input file
Return Value
Value of CRC-32 checksum
Remarks
If return value is zero, the file could not be found or read
See Also
VB6/C equivalent: CRC_File
[Contents] [Index]