다음을 통해 공유


create_directory 함수

Creates a directory from a specified file name.

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

매개 변수

  • Pval
    An Path object that contains a directory path. Path 는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.

반환 값

true if the directory creation succeeds; false if the directory already exists.

설명

If the directory cannot be created, the function throws a basic_filesystem_error.

요구 사항

헤더: filesystem

Namespace: std::tr2::sys

참고 항목

참조

<filesystem>

기타 리소스

C++ 표준 라이브러리 헤더 파일