다음을 통해 공유


basic_directory_entry::assign 메서드

지정 된 저장 Path 개체와 연결 된 파일의 두 가지 상태 표시기입니다.

void assign(
   const path_type& Pval,
   file_status Statarg = file_status(),
   file_status Symstatarg = file_status()
);

매개 변수

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

  • Statarg
    A file_status 개체에서 참조 하는 파일의 상태를 나타내는 Pval.

  • Symstatarg
    A file_status 개체가 참조로 전달 되는 파일의 심볼 링크 상태를 나타내는 Pval.

요구 사항

헤더: 파일 시스템

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

참고 항목

참조

basic_directory_entry 클래스

<filesystem>