isValidPath - multiple declarations

Function isValidPath

Like std.path.isValidPath, but operates on Path.

bool isValidPath (
  const(Path) path
) pure nothrow @safe;

Alias isValidPath

Alias of same-named function from std.path

alias isValidPath = std.path.isValidPath;