Back to Aurora Vision Library Lite website
You are here: Start » System » File System » TestFileEmpty
TestFileEmpty
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Checks if the size of the file is equal to zero.
Syntax
void avl::TestFileEmpty ( const atl::File& inFile, bool& outEmpty )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| IoError | File does not exist in TestFileEmpty |
| IoError | Path does not point to a file in TestFileEmpty |


