| 
    libnick 2025.10.0
    
   A cross-platform base for native Nickvision applications. 
   | 
 
Functions | |
| std::filesystem::path | get (UserDirectory directory) noexcept | 
| Gets the path of a user directory.   | |
| std::filesystem::path | get (ApplicationUserDirectory directory, const std::string &appName) noexcept | 
| Gets the path of an application user directory.   | |
      
  | 
  noexcept | 
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 | 
      
  | 
  noexcept | 
Gets the path of a user directory.
Supports XDG directories on Linux.
| directory | The UserDirectory to get the path of |