📅  最后修改于: 2022-03-11 14:55:25.942000             🧑  作者: Mango
代码示例1
# file? will only return true for files
File.file?(filename)
# Will also return true for directories
File.exist?(filename)