Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Functions | |
static std::string | prvPathResource (const std::string_view folderResource, const std::string_view nameResource, const std::string_view ext) |
std::string | getResource (const std::string_view nameResource, const std::string_view ext) |
std::string | getMimicResource (const std::string_view nameResource, const std::string_view ext) |
Variables | |
static const std::string | kPrvFolderResources = "../resources" |
static const std::string | kPrvFolderResourcesMimics = "../resources/mimic" |
std::string iv::paths::resources::getMimicResource | ( | const std::string_view | nameResource, |
const std::string_view | ext ) |
std::string iv::paths::resources::getResource | ( | const std::string_view | nameResource, |
const std::string_view | ext ) |
Add Resource Path to name file and extension
nameResource | Name of the resource |
ext | Extension of the resource |
|
static |
|
static |
|
static |