Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ Delphi FoxPro Java Perl Python 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> |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.