Skip to content

Rose::FileSystem::isExisting

Predicate returning true if path exists.

Synopsis

Declared in <src/Rose/FileSystem.h>

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

Return Value

True if the path exists.

Parameters

Name

Description

path

Path to test.

Created with MrDocs