libnick 2024.12.0
A cross-platform base for native Nickvision applications.
|
Functions | |
std::filesystem::path | get (UserDirectory directory) |
Gets the path of a user directory. | |
std::filesystem::path | get (ApplicationUserDirectory directory, const std::string &appName) |
Gets the path of an application user directory. | |
std::filesystem::path Nickvision::Filesystem::UserDirectories::get | ( | ApplicationUserDirectory | directory, |
const std::string & | appName ) |
Gets the path of an application user directory.
Supports XDG directories on Linux.
directory | The ApplicationUserDirectory to get the path of |
appName | The application name |
std::filesystem::path Nickvision::Filesystem::UserDirectories::get | ( | UserDirectory | directory | ) |
Gets the path of a user directory.
Supports XDG directories on Linux.
directory | The UserDirectory to get the path of |