FAKE - F# Make


Checksum

Allow to calculate checksum

Static members

Static memberDescription
CalculateFileHash(...)
Signature: (filePath:string * hashAlgorithm:ChecksumHashAlgorithm option) -> string

Calculate the hash of a file. Default hash algorithm used: SHA256

CheckFileHash(...)
Signature: (filepath:string * hash:string * hashAlgorithm:ChecksumHashAlgorithm option) -> bool

Check if the hash in parameter is the valid hash of the file

Fork me on GitHub