isValidFilename

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

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

Meta