Description
Returns the SHA256 checksum of the file.
Parameters
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.
See also
Returns the SHA256 checksum of the file.
String
fileSHA256Checksum("C:/story.txt");