Back to Adaptive Vision Library website

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

RemoveDirectory


Header: STD.h
Namespace: avl
Module: FoundationLite

Removes a directory, with all files and subdirectories.

Syntax

void avl::RemoveDirectory
(
	const atl::Directory& inDirectory,
	bool& outSuccess
)

Parameters

Name Type Default Description
inDirectory const Directory&
outSuccess bool&

Errors

List of possible exceptions:

Error type Description
DomainError Path is not a directory in RemoveDirectory