CppDS.com

C++ 98 11 14 17 20 手册

std::filesystem::path::make_preferred

来自cppreference.com
< cpp‎ | filesystem‎ | path
 
 
 
 
path& make_preferred()
(1) (C++17 起)

将路径的通用格式视图中的所有目录分隔符转换成偏好目录分隔符。

例如,在 Windows 上 \ 是偏好分隔符, foo/bar 将被转换为 foo\bar

参数

(无)

返回值

*this

异常

(无)

示例

参阅

关闭