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++