Back to Aurora Vision Library website

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

TestFileExists


Header: STD.h
Namespace: avl
Module: FoundationLite

Checks if a given file is present.

Syntax

void avl::TestFileExists
(
	const atl::File& inFile,
	bool& outSuccess
)

Parameters

Name Type Default Description
Input value inFile const File&
Output value outSuccess bool&

Errors

List of possible exceptions:

Error type Description
DomainError Path is not a file in TestFileExists