Skip to content

Rose::FileSystem::isDirectory

Predicate returning true for existing directories.

Synopsis

Declared in <src/Rose/FileSystem.h>

[[visibility]]
bool
isDirectory(Path const& path);

Return Value

True if the path exists and is a directory.

Parameters

Name

Description

path

Path to test.

Created with MrDocs