Checksum

Description

Name

class Tinman.Operation.Checksum

Derived from

Operation

Creates an MD5 checksum (*.md5, like Unix md5sum) for the given file.

The operation will create a new file in the same directory as file:

some_input_file.txt -> some_input_file.md5

Fields / Required

file

Type

path

Constraint

# != null

Path to file for which to compute an MD5 checksum.