Is it possible to read a file’s modification date with Ruby? March 23, 2023 by Tarik Use mtime: File.mtime("testfile") => 2014-04-13 16:00:23 -0300