Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Compute File CRCCalculate the CRC for a file in the filesystem.
import chilkat zipCrc = chilkat.CkZipCrc() crc = zipCrc.FileCrc("someFile.dat") hexStr = zipCrc.toHex(crc) print hexStr |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2009 Chilkat Software, Inc. All Rights Reserved.