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