isDir

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

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

Meta