std::filesystem::directory_entry::replace_filename
文件系统::目录[医]条目::替换[医]文件名
void replace_filename( const std::filesystem::path& p | | (since C++17) |
---|
更改目录项的文件名。
有效地设置路径到path().parent_path() / p
...
此函数不对文件系统进行任何更改。
参数
p | - | the path to append to the parent path of the currently stored path |
---|
返回值
%280%29
例外
例
另见
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。