Function isDir

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

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

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