Engine::Utils::Path
Filesystem path utility functions.
Functions
Member Functions | Description |
---|---|
getFilename | (function) |
getExtension | (function) |
Functions
function getFilename
Defined in header <src/Utils/Path.hpp>
std::string
getFilename(const std::string & path);
Exception Safety
Basic exception guarantee.
function getExtension
Defined in header <src/Utils/Path.hpp>
std::string
getExtension(const std::string & path);
Exception Safety
Basic exception guarantee.
Updated on 2023-04-03