CryptoSys API Library Manual

Example: Crc.File 

[VB6 equivalent: 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]

[HOME]   [NEXT: Example: Crc.Data ...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.