complete 함수
Creates a complete path, if possible, from specified Path values.
template<class Path>
inline Path complete(
const Path& Pval,
const Path& Pbase = initial_path<Path>()
);
매개 변수
Pval
Path 형식의 개체입니다. Path는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.Pbase
Path 형식의 개체입니다. By default, the value is the current working directory on program startup.
반환 값
If Pval has a root name, the function returns Pval.
Otherwise, if Pval has a root directory, the function returns Pbase.root_name / Pval.
그렇지 않으면 함수가 Pbase / Pval를 반환합니다.
요구 사항
헤더: filesystem
네임스페이스: std::tr2::sys
참고 항목
참조
basic_path::root_directory 메서드