stc
Loading...
Searching...
No Matches
Namespaces | Functions
FileUtil.hpp File Reference
#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)
 

Detailed Description

This file contains functions with filesystem utils, i.e. extensions on top of <filesystem>.