Ruby/File Directory/utime
Материал из Wiki.crossplatform.ru
Версия от 17:57, 13 сентября 2010; ViGOur (Обсуждение | вклад)
Change times
f = "log.messages" # Filename atime = mtime = Time.now # New access and modify times File.utime(atime, mtime, f) # Change times