Function readText

Like std.file.readText, but supports Path and command echoing.

S readText(S) (
  in Path name
);

S readText(S) (
  in string name
);