24#ifndef STELLARLIB_EXT_FILESYSTEM_HPP
25#define STELLARLIB_EXT_FILESYSTEM_HPP
41 ->
const std::filesystem::path &;
51 -> std::filesystem::path;
Standard library extensions.
Definition filesystem.hpp:34
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.