RosettaCodeData/Task/File-size/Oz/file-size.oz
2023-07-01 13:44:08 -04:00

5 lines
133 B
Text

declare
[Path] = {Module.link ['x-oz://system/os/Path.ozf']}
in
{Show {Path.size "input.txt"}}
{Show {Path.size "/input.txt"}}