6 lines
127 B
Crystal
6 lines
127 B
Crystal
# get
|
|
mtime = File.info(filename).modification_time
|
|
|
|
# set
|
|
File.touch(filename) # default: now; or
|
|
File.touch(filename, time)
|