RosettaCodeData/Task/File-modification-time/AutoHotkey/file-modification-time.ahk

6 lines
142 B
AutoHotkey
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
FileGetTime, OutputVar, output.txt
MsgBox % OutputVar
FileSetTime, 20080101, output.txt
FileGetTime, OutputVar, output.txt
MsgBox % OutputVar