extension 함수
Retrieves the file name extension of a specified file name.
template<class Path>
inline typename Path::string_type extension(
const Path& Pval
);
매개 변수
- Pval
Path 개체 Path 는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.
반환 값
The file name extension of the file name that is stored in Pval.
요구 사항
헤더: filesystem
네임스페이스: std::tr2::sys