Back to FabImage Library Lite website
You are here: Start » System » File System » TestFileEmpty

TestFileEmpty
Header: | STD.h |
---|---|
Namespace: | fil |
Checks if the size of the file is equal to zero.
Syntax
void fil::TestFileEmpty ( const ftl::File& inFile, bool& outEmpty )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | File does not exist in TestFileEmpty |
DomainError | Path does not point to a file in TestFileEmpty |