isFile

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

  1. bool isFile [@property getter]
    @property
    bool
    isFile
    (
    C
    )
    (
    in Path!C name
    )
    if (
    isSomeChar!C
    )
  2. bool isFile [@property getter]

Meta