RC-WinTrans Object Model Help |
XMLTool.CreateChecksum
|
Creates a checksum for a given file.
Syntax: |
CreateChecksum(FileName As String) As Double |
| Return: | Double |
| Parameters: |
FileName Name of the file where the checksum should be created from.
|
| Example: | Dim Tool As XMLTool
Dim CRC As Double
Set Tool = Application.Tools.XMLTool
CRC = Tool.CreateChecksum("C:\SampleFiles\java.properties")
|
See also: