MD5File

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

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

Syntax

[help]
(string) MD5File filepath:string

Example

MD5File "FalloutNV.exe"
MD5File "Data\FalloutNV.esm"

Notes

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

See Also