RosettaCodeData/Task/File-modification-time/Tcl/file-modification-time.tcl
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
146 B
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Get the modification time:
set timestamp [file mtime $filename]
# Set the modification time to now:
file mtime $filename [clock seconds]