8#ifndef W_PATH_UTILS_HPP
9#define W_PATH_UTILS_HPP
Utility class providing static functions for managing executable and resource paths across platforms.
Definition wPathUtils.hpp:45
static std::string getExecutableDir()
Returns the directory containing the current executable.
Definition wPathUtils.cpp:75
static std::string getExecutablePath()
Returns the absolute path to the current executable.
Definition wPathUtils.cpp:29
Definition wColorComponent.cpp:9