2013-10-07 ファイルが存在しているか確認する var path = "c:\\batches\\command1.exe" if (File.Exists(path)) { // ファイルは存在しています } else { // ファイルは存在していません }