Skip to content

Rose::FileSystem::isFile

Predicate returning true for existing regular files.

Synopsis

Declared in <src/Rose/FileSystem.h>

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

Return Value

True if the path exists and is a regular file.

Parameters

Name

Description

path

Path to test.

Created with MrDocs