libfswatch
1.9.3
|
Path conversion functions. More...
Functions | |
wstring | posix_to_win_w (string path) |
string | win_w_to_posix (wstring path) |
std::wstring | posix_to_win_w (std::string path) |
Converts a POSIX path to Windows. More... | |
std::string | win_w_to_posix (std::wstring path) |
Converts a Windows path to POSIX. More... | |
Path conversion functions.
This namespace contains utility functions for POSIX to Windows and Windows to POSIX path conversion functions.
std::wstring fsw::win_paths::posix_to_win_w | ( | std::string | path | ) |
Converts a POSIX path to Windows.
path | The POSIX path to convert to a Windows path. |
std::string fsw::win_paths::win_w_to_posix | ( | std::wstring | path | ) |
Converts a Windows path to POSIX.
path | The Windows path to convert to POSIX. |