System::IO::Directory::Exists メソッド
Directory::Exists method
指定されたパスが既存のディレクトリを指すかどうかを判定します。
static bool System::IO::Directory::Exists(const String &path)
| パラメーター | 型 | 説明 |
|---|---|---|
| パス | const String& | チェックするパス |
ReturnValue
指定されたパスが既存のディレクトリを指す場合は true、そうでない場合は false
参照
- Class String
- Class Directory
- Namespace System::IO
- Library Aspose.Page for C++