Back to Aurora Vision Library website

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

TestFileEmpty


Header: STD.h
Namespace: avl
Module: FoundationLite

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
Input value inFile const File&
Output value outEmpty bool&

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