RosettaCodeData/Task/File-modification-time/Tcl/file-modification-time.tcl

6 lines
146 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# Get the modification time:
set timestamp [file mtime $filename]
# Set the modification time to now:
file mtime $filename [clock seconds]