getLinkAttributes

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

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

Meta