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

File::Exists method

指定されたパスが既存のファイルを指しているかどうかを判定します。

static bool System::IO::File::Exists(const String &path)
パラメーター説明
パスconst String&テストするパス

ReturnValue

path が既存のファイルを参照している場合は true、そうでなければ false

参照