System::IO::Path::HasExtension 메서드
Path::HasExtension method
지정된 경로가 확장자를 가진 파일을 참조하는지 확인합니다.
static bool System::IO::Path::HasExtension(const String &path)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 경로 | const String& | 확인할 경로 |
ReturnValue
path가 확장자를 가진 파일을 참조하면 true, 그렇지 않으면 false
또 보기
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++