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]

[PREV: Crc.Data Method (String)...]   [Contents]   [Index]   
   [NEXT: Des.CheckKey Method (Byte)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.