Function isFile

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

bool isFile (
  const(Path) name
) @property;

bool isFile (
  const(string) name
) @property;