isValidPath - multiple declarations

Function isValidPath

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

Prototype

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

Alias isValidPath

Alias of same-named function from std.path

Declaration

alias isValidPath() = std.path.isValidPath;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng