Function liberate::fs::to_posix_path
Defined in File path.h
Function Documentation
-
std::string liberate::fs::to_posix_path(std::string const &other)
The inverse of to_win32_path.
- Parameters
other – [in] WIN32-style input path.
- Returns
POSIX-style converted path.