Navigation
Name
Rascal
/
Libraries
/
Prelude
/
IO
/
md5HashFile
Synopsis
Read the contents of a location and return its MD5 hash.
Function
str md5HashFile(loc file) throws PathNotFound(loc file), IO(str msg)
Usage
import IO;
Description
MD5 hash the contents of a file location.
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.