Defines the PathUtils class for resolving file paths in ASAPCabinetFE. More...
#include <string>
#include <nlohmann/json.hpp>
#include <algorithm>
#include <cctype>
Go to the source code of this file.
Classes | |
class | PathUtils |
Utility class for resolving file paths in ASAPCabinetFE. More... | |
Defines the PathUtils class for resolving file paths in ASAPCabinetFE.
This header provides the PathUtils class, which contains static methods to resolve file paths for images, videos, and music based on a root directory and optional custom/default paths. The class uses std::filesystem to handle path operations and supports configurable path settings (e.g., via Settings), with potential for configUI integration to customize default paths or validation rules in the future.