|
stc
|
#include <filesystem>#include <optional>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | stc |
| namespace | stc::FileUtil |
Functions | |
| std::optional< std::filesystem::path > | stc::FileUtil::findFile (const std::vector< std::filesystem::path > &searchPath, const std::filesystem::path &filename) |
This file contains functions with filesystem utils, i.e. extensions on top of <filesystem>.