basic_path::replace_extension 方法

替换存储的文件的文件扩展名。

basic_path& replace_extension(
   const string_type& Newext = string_type()
);

参数

  • Newext
    新的文件扩展名。

要求

标头: filesystem

命名空间: std::tr2::sys

请参见

参考

basic_path 类