ASAPCabinetFE
 
Loading...
Searching...
No Matches
path_utils.h File Reference

Defines the PathUtils class for resolving file paths in ASAPCabinetFE. More...

#include <string>
#include <nlohmann/json.hpp>
#include <algorithm>
#include <cctype>
+ Include dependency graph for path_utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PathUtils
 Utility class for resolving file paths in ASAPCabinetFE. More...
 

Detailed Description

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.