Function getLinkAttributes

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

uint getLinkAttributes (
  const(Path) name
);

uint getLinkAttributes (
  const(string) name
);