File.atime(file_name) â time
Class Public methods
Returns the last access time for the named file as a Time object).
file_name can be an IO object.
1 | File .atime( "testfile" ) #=> Wed Apr 09 08:51:48 CDT 2003 |
Designed by : w10schools
service@w10schools.com
Please login to continue.