GetFileChecksum
Get the checksum of a file.
Input
Name | Type | Required | Description |
Path | String | True | The path for which the checksum will be returned. Must be a file. |
Result Set Columns
Name | Type | Description |
Algorithm | String | The algorithm used for the checksum. |
Bytes | String | The checksum returned. |
Length | Integer | The length of the file. |