다음을 통해 공유


remove_directory 함수

지정 된 경로 있는 디렉터리를 제거 합니다.

template<class Path>
inline bool remove_directory(
   const Path& Pval
);

매개 변수

  • Pval
    Path 개체Path일 수는 basic_path 에서 파생 되는 형식 또는 basic_path.

반환 값

true디렉토리를 제거 하는 경우. 그렇지 않으면 false.

요구 사항

헤더: 파일 시스템

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

참고 항목

참조

<filesystem>

기타 리소스

헤더 파일