SHA1File

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the SHA1 hash of a file at the specified path relative to Fallout directory.

Syntax

[help]
(string) SHA1File filepath:string

Example

SHA1File "FalloutNV.exe"
SHA1File "Data\FalloutNV.esm"

Notes

  • Hashing functions may cause a performance hit and should be used with caution.

See Also