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.
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <% set zipCrc = Server.CreateObject("Chilkat.ZipCrc") crc = zipCrc.FileCrc("someFile.dat") hexStr = zipCrc.ToHex(crc) Response.Write Server.HTMLEncode( hexStr) & "<br>" %> </body> </html> |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.