Public Function Checksum8File( _
ByVal vFileName As Variant _
) As Variant Assuming
Checksum8("ABCD") = Chr$(10)
StringToFile("ABCD", "C:\Test.Out") = True
for example
Checksum8File("C:\Test.Out") = Chr$(10)See also: Checksum8 Function
ChecksumXFile Function
Checksum16File Function
Checksum32File FunctionvFileName: Name of the file for which the checksum will be calculated. Function returns Null if vFileName is Null or cannot be fixed-up to a string. Function returns Null if there is any type of error, such as when the file does not exist. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.