paths.h file
Namespaces
- namespace rll
- Contract-programming related functions and classes.
Functions
-
auto application_data_dir_path(std::
string_view app_dir, std:: string_view app_name) → std:: filesystem:: path -
auto application_data_dir_path(std::
string_view app_dir, std:: string_view app_name, std:: error_code& ec) → std:: filesystem:: path noexcept -
auto application_dir_path() → std::
filesystem:: path -
auto application_dir_path(std::
error_code& ec) → std:: filesystem:: path noexcept -
auto application_file_path() → std::
filesystem:: path -
auto application_file_path(std::
error_code& ec) → std:: filesystem:: path noexcept -
auto application_local_data_dir_path(std::
string_view app_dir, std:: string_view app_name) → std:: filesystem:: path -
auto application_local_data_dir_path(std::
string_view app_dir, std:: string_view app_name, std:: error_code& ec) → std:: filesystem:: path noexcept -
auto user_home_path() → std::
filesystem:: path -
auto user_home_path(std::
error_code& ec) → std:: filesystem:: path noexcept