Last Modified date of file?



examples/files/modification_time.cr
if ARGV.size != 1
  puts "Need a filename on the command line"
  exit 1
end
filename = ARGV[0]

puts File.info(filename).modification_time