readLink - multiple declarations

Function readLink

Posix-only. Like std.file.readLink, but supports Path and command echoing.

Path readLink (
  Path link
);

string readLink (
  string link
);

Function readLink

Posix-only. Like std.file.readLink, but supports Path and command echoing.

Path readLink (
  Path link
);

string readLink (
  string link
);