Skip to end of banner
Go to start of banner

fileSHA256Checksum

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Availability

This routine is available starting with SIL Engine™ 4.0.8.

Syntax

fileSHA256Checksum(file)

Package

file

Short Name

checksum (only when using package)

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");


Notes

  1. You can use absolute paths and relative paths to "sil.home".
  2.  If the file is not found, an error will be raised.

See also

  • No labels