fileSHA256Checksum
Syntax | fileSHA256Checksum(file) | Package | file |
Alias |
| Pkg Usage | checksum(file) |
Description
Returns the SHA256 checksum of the file.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
file | String | Yes | Specifies the file name to read from. |
Return Type
String
Example
fileSHA256Checksum("C:/story.txt");
You can use absolute paths and relative paths to "sil.home".
If the file is not found, an error will be raised.