Back to Adaptive Vision Library website

You are here: Start » Function Reference » File System » TestFileEmpty

TestFileEmpty


Checks if the size of the file is equal to zero.

Syntax

void avl::TestFileEmpty
(
	const atl::File& inFile,
	bool& outEmpty
)

Parameters

Name Type Default Description
inFile const File&
outEmpty bool&

Errors

Error type Description
DomainError Path does not point to a file in TestFileEmpty
DomainError File does not exist in TestFileEmpty