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

6 lines
142 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
FileGetTime, OutputVar, output.txt
MsgBox % OutputVar
FileSetTime, 20080101, output.txt
FileGetTime, OutputVar, output.txt
MsgBox % OutputVar