System::IO::Directory::Exists メソッド

Directory::Exists method

指定されたパスが既存のディレクトリを指すかどうかを判定します。

static bool System::IO::Directory::Exists(const String &path)
パラメーター説明
パスconst String&チェックするパス

ReturnValue

指定されたパスが既存のディレクトリを指す場合は true、そうでない場合は false

参照