std::filesystem::path::make_preferred
提供: cppreference.com
<tbody>
</tbody>
path& make_preferred(); |
(C++17以上) | |
パスの汎用形式視点におけるすべてのディレクトリ区切り文字を推奨ディレクトリ区切り文字に変換します。
例えば、推奨ディレクトリ区切り文字が \ である Windows では、パス foo/bar は foo\bar に変換されます。
引数
(なし)
戻り値
*this。
例外
処理系定義の例外が投げられるかもしれません。
例
| This section is incomplete Reason: no example |
関連項目
| This section is incomplete |