|
stellarlib 0.1.0
|
Standard library extensions. More...
Functions | |
| auto | base_directory_path () -> const std::filesystem::path & |
| Returns the base directory of the application. | |
| auto | data_directory_path (const std::string &organization, const std::string &application) -> std::filesystem::path |
| Returns the data directory of the application. | |
Standard library extensions.
|
nodiscard |
Returns the base directory of the application.
|
nodiscard |
Returns the data directory of the application.
| organization | Name of the organization |
| application | Name of the application |