다음을 통해 공유


symlink_status 함수

Retrieves the symbolic link status of a specified file.

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

매개 변수

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

  • Code
    error_code 개체입니다.

반환 값

A file_status object that indicates the symbolic-link status of the specified file.

설명

If the stored symbolic-link status is not status_unknown, then the stored symbolic link-status is returned. Otherwise, the function determines the status from the operating system.

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

요구 사항

헤더: filesystem

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

참고 항목

참조

<filesystem>

기타 리소스

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