Function getAttributes

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

uint getAttributes (
  const(Path) name
);

uint getAttributes (
  const(string) name
);