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