Back to Adaptive Vision Library website

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

TestDirectoryExists


Header:STD.h
Namespace:avl

Checks if a given directory is present.

Syntax

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

Parameters

Name Type Default Description
inDirectory const Directory&
outExists bool&

Errors

List of possible exceptions:

Error type Description
DomainError Path is not a directory in TestDirectoryExists