Back to Adaptive Vision Library website
You are here: Start » Function Reference » File System » TestFileEmpty
Checks if a given file is empty.
Syntax
void avl::TestFileEmpty ( const atl::File& inFile, bool& outEmpty )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Path does not point to a file in TestFileEmpty |
| DomainError | File does not exist in TestFileEmpty |


