Ruby

ソース [#k75b63f7]

 if File.exist?("./test.txt") then
      puts "FILE exist"
 else
      puts "FILE not exist"
 end