platformdirs 0.1.0
📂 Python's platformdirs module for C++
|
#include <algorithm>
#include <cctype>
#include <filesystem>
#include <locale>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | platformdirs |
namespace | platformdirs::utils |
Functions | |
void | platformdirs::utils::ltrim (std::string &s) |
void | platformdirs::utils::rtrim (std::string &s) |
auto | platformdirs::utils::home_path () -> std::filesystem::path |
std::vector< std::string > | platformdirs::utils::split (std::string s, std::string delimiter) |
std::string | platformdirs::utils::pathsep () |
std::string | platformdirs::utils::join (const std::vector< std::string > &lst, const std::string &delim) |