Function: getFileHash()
Function: getFileHash()
function getFileHash(filename): string;
Get File Hash. Creates a file hash for caching purposes.
Parameters
filename
string
The path to the file.
Returns
string
The MD5 hash of the file content.
function getFileHash(filename): string;
Get File Hash. Creates a file hash for caching purposes.
string
The path to the file.
string
The MD5 hash of the file content.