5 lines
180 B
Text
5 lines
180 B
Text
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
|