Skip to content

Rose::FileSystem::findNames

Entries within a directory.

Synopses

Declared in <src/Rose/FileSystem.h>

[[visibility]]
std::vector<Path>
findNames(Path const& root);

Entries within a directory.

template<class Select>
std::vector<Path>
findNames(
    Path const& root,
    Select select);

Return Value

Sorted list of matching paths.

Parameters

Name

Description

root

Directory to search.

select

Predicate to include paths.

Created with MrDocs