isValidPath

Just like std.path.isValidPath, but operates on Path.

  1. bool isValidPath(Path!C path)
    @safe pure nothrow
    bool
    isValidPath
    (
    C
    )
    (
    in Path!C path
    )
  2. bool isValidPath(C[] path)

Meta