|
NSUNI/NSLAR Library a250670
|
Provides utility functions for filesystem operations. More...
#include <filesystem>#include <string>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | nnl |
| namespace | nnl::utl::filesys |
| Provides utility functions for filesystem operations. | |
Functions | |
| std::string | nnl::utl::filesys::u8string (const std::filesystem::path &path) |
| Converts a filesystem path to a UTF-8 string. | |
| std::filesystem::path | nnl::utl::filesys::u8path (std::string_view path) |
| Creates a filesystem path from a UTF-8 string. | |
| std::filesystem::path | nnl::utl::filesys::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.