remove 함수
지정 된 경로 있는 파일을 제거 합니다.
template<class Path>
inline bool remove(
const Path& Pval
);
매개 변수
- Pval
Path 개체Path일 수는 basic_path 에서 파생 되는 형식 또는 basic_path.
반환 값
true파일을 제거 하는 경우. 그렇지 않으면 false.
요구 사항
헤더: 파일 시스템
네임 스페이스: std::tr2::sys
지정 된 경로 있는 파일을 제거 합니다.
template<class Path>
inline bool remove(
const Path& Pval
);
true파일을 제거 하는 경우. 그렇지 않으면 false.
헤더: 파일 시스템
네임 스페이스: std::tr2::sys