|
NSUNI/NSLAR Library a250670
|
Provides utility functions for filesystem operations. More...
Functions | |
| 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. | |
| std::filesystem::path | ReplaceExtension (const std::filesystem::path &path, const std::filesystem::path &new_extension) |
| Returns a new path with the specified file extension. | |
Provides utility functions for filesystem operations.