getAttributes

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

  1. uint getAttributes(Path!C name)
    uint
    getAttributes
    (
    C
    )
    (
    in Path!C name
    )
    if (
    isSomeChar!C
    )
  2. uint getAttributes(char[] name)

Meta