Function getSize

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

ulong getSize (
  const(Path) name
);

ulong getSize (
  const(string) name
);