Back to FabImage Library website
You are here: Start » Function Reference » System » File System » TestFileEmpty
| Header: | STD.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
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 |
|---|---|
| IoError | File does not exist in TestFileEmpty |
| IoError | Path does not point to a file in TestFileEmpty |


