30std::string
u8string(
const std::filesystem::path& path);
36std::filesystem::path
u8path(std::string_view path);
44std::filesystem::path
ReplaceExtension(
const std::filesystem::path& path,
const std::filesystem::path& new_extension);
std::filesystem::path ReplaceExtension(const std::filesystem::path &path, const std::filesystem::path &new_extension)
Returns a new path with the specified file extension.
std::string u8string(const std::filesystem::path &path)
Converts a filesystem path to a UTF-8 string.
std::filesystem::path u8path(std::string_view path)
Creates a filesystem path from a UTF-8 string.
Provides utility functions for filesystem operations.
Definition filesys.hpp:17
Definition exception.hpp:56