다음을 통해 공유


status 함수

Retrieves the status of the specified file.

template<class Path>
inline file_status status(
   const Path& Pval
);
template<class Path>
inline file_status status(
   const Path& Pval,
   error_code& Code
);

매개 변수

  • Pval
    Path 개체 Path는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.

  • Code
    error_code 개체입니다.

반환 값

The status of the file that's specified by Pval.

설명

The second function assigns to Code any error code that's associated with the operation.

요구 사항

헤더: filesystem

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

참고 항목

참조

<filesystem>

file_status 클래스

기타 리소스

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