[VB6 equivalent: CRC_File]
CRC_File
Dim nCRC As Integer nCRC = Crc.File("hello.txt") Console.WriteLine("CRC32('hello.txt')=" & Hex(nCRC))
See Also: Crc.File Method
[Contents] [Index]