create_hard_link 함수
생성 한 하드 링크 기존 파일.
template<class Path1, class Path2>
inline void create_hard_link(
const Path1& Pval1,
const Path2& Pval2
);
template<class Path1, class Path2>
inline error_code create_hard_link(
const Path1& Pval1,
const Path2& Pval2,
error_code& Code
);
매개 변수
Pval1
A Path 파일 이름이 기존 파일을 나타내는 개체입니다.Path일 수는 basic_path 에서 파생 되는 형식 또는 basic_path.Pval2
A Path 하드 링크의 파일 이름을 포함 하는 개체입니다.Code
Error_code 개체입니다.
반환 값
두 번째 함수 반환 Code.
설명
A 하드 링크 둘 이상의 경로가 참조 파일이 같은 볼륨에 있는 파일의 파일 시스템 표시 됩니다.
하드 링크를 만들 수 없는 경우, 첫 번째 함수를 throw 된 basic_filesystem_error.
작업에 관련 된 오류 코드는 두 번째 함수 할당 Code.
요구 사항
헤더: 파일 시스템
네임 스페이스: std::tr2::sys