RosettaCodeData/Task/File-size/Oz/file-size.oz

6 lines
133 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
declare
[Path] = {Module.link ['x-oz://system/os/Path.ozf']}
in
{Show {Path.size "input.txt"}}
{Show {Path.size "/input.txt"}}