Computes CRC-32 checksum for a file
public static int File( string fileName )
Public Shared Function File ( _ fileName As String _ ) As Integer
Value of CRC-32 checksum
If return value is zero, the file could not be found or read
See Example1
VB6/C equivalent: CRC_File