Back to Aurora Vision Library website

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

TestDirectoryExists


Header: STD.h
Namespace: avl
Module: FoundationLite

Checks if a given directory is present.

Syntax

void avl::TestDirectoryExists
(
	const atl::Directory& inDirectory,
	bool& outExists
)

Parameters

Name Type Default Description
Input value inDirectory const Directory&
Output value outExists bool&

Errors

List of possible exceptions:

Error type Description
DomainError Path is not a directory in TestDirectoryExists