Back to Adaptive Vision Library website
You are here: Start » Function Reference » File System » FileChecksum
FileChecksum
Returns CRC checksum of the input file.
Syntax
void avl::FileChecksum ( const atl::File& inFile, atl::String& outChecksum )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | const File& | ||
![]() |
outChecksum | String& |
Errors
| Error type | Description |
|---|---|
| IoError | Could not create stream from file in FileChecksum. |
| RuntimeError | Unknown error in FileChecksum |


