File Directory Ruby

system("touch chap.txt") # Create a zero-length file with a system command
File.zero?( "chap.txt" ) # => true