RosettaCodeData/Task/File-modification-time/Oz/file-modification-time.oz

6 lines
180 B
Plaintext

declare
[Path] = {Module.link ['x-oz://system/os/Path.ozf']}
Modified = {Path.mtime "input.txt"} %% posix time
in
{Show {OsTime.localtime Modified}} %% human readable record