Function exists

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

bool exists (
  const(Path) name
) @trusted;

bool exists (
  const(string) name
) @trusted;