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

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: CRC_File

[Contents] [Index]

[HOME]   [NEXT: Des.CheckKey Method (Byte)...]

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