다음을 통해 공유


basic_path::replace_extension 메서드

Replaces the file name extension of the stored file name.

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

매개 변수

  • Newext
    The new file name extension.

요구 사항

헤더: filesystem

네임스페이스: std::tr2::sys

참고 항목

참조

basic_path 클래스