Tag: Ruby ファイル
FileUtils.rm("d:/temp/foo.txt")
FileUtils.rm(Dir.glob("d:/temp/*.jpg"))
f = File.open("log.txt", "w") f.print("abc\r\n") f.close
abc^M