stat.atime â time
Instance Public methods
Returns the last access time for this file as an object of class
Time
.
1 | File .stat( "testfile" ).atime #=> Wed Dec 31 18:00:00 CST 1969 |
Returns the last access time for this file as an object of class
Time
.
1 | File .stat( "testfile" ).atime #=> Wed Dec 31 18:00:00 CST 1969 |
Designed by : w10schools
service@w10schools.com
Please login to continue.