Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Compute File CRCCalculate the CRC for a file in the filesystem.
Dim fso, outFile Set fso = CreateObject("Scripting.FileSystemObject") Set outFile = fso.CreateTextFile("output.txt", True) set zipCrc = CreateObject("Chilkat.ZipCrc") crc = zipCrc.FileCrc("someFile.dat") hexStr = zipCrc.ToHex(crc) outFile.WriteLine(hexStr) outFile.Close |
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.