function
fileMd5 (client-side)
Available since version: 0.1.0
This function will try to calculate the MD5 hash of the file content it as hexadecimal text representation.
Declaration
string fileMd5(string path)
Parameters
string
path: the path to a file.
Returns string
Returns string hash as hexadecimal text representation.