exists

Just like std.file.exists, but takes a Path.

  1. bool exists(Path!C name)
    @trusted
    bool
    exists
    (
    C
    )
    (
    in Path!C name
    )
    if (
    isSomeChar!C
    )
  2. bool exists(char[] name)

Meta