Back to FabImage Library website

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

TestDirectoryExists


Header: STD.h
Namespace: fil
Module: FoundationLite

Checks if a given directory is present.

Syntax

void fil::TestDirectoryExists
(
	const ftl::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