|
| static path | fs::u8path (const std::string &utf8_str) |
| |
| static path | fs::absolute (const path &p) |
| |
| static bool | fs::exists (const path &p) |
| |
| static auto | fs::quoted (const std::string &s) |
| |
| static path | fs::operator+ (path p1, path p2) |
| |
| static bool | fs::copy_file (const path &from, const path &to, copy_options options) |
| |
| static std::string | fs::PathToString (const path &path) |
| | Convert path object to byte string. More...
|
| |
| static path | fs::PathFromString (const std::string &string) |
| | Convert byte string to path object. More...
|
| |
| static bool | fs::create_directories (const std::filesystem::path &p) |
| | Create directory (and if necessary its parents), unless the leaf directory already exists or is a symlink to an existing directory. More...
|
| |
| bool | fs::create_directories (const std::filesystem::path &p, std::error_code &ec)=delete |
| | This variant is not used. More...
|
| |
| FILE * | fsbridge::fopen (const fs::path &p, const char *mode) |
| |
| FILE * | fsbridge::freopen (const fs::path &p, const char *mode, FILE *stream) |
| |
| fs::path | fsbridge::AbsPathJoin (const fs::path &base, const fs::path &path) |
| | Helper function for joining two paths. More...
|
| |
| std::string | fsbridge::get_filesystem_error_message (const fs::filesystem_error &e) |
| |
| fs::path | fsbridge::GetTempDirectoryPath () |
| |
| template<> |
| void | tinyformat::formatValue (std::ostream &, const char *, const char *, int, const std::filesystem::path &)=delete |
| |
| template<> |
| void | tinyformat::formatValue (std::ostream &, const char *, const char *, int, const fs::path &)=delete |
| |