createStat

Convenient helper for creating Stat object from path string

  1. auto createStat(DirEntry de, ushort type, ushort dev, string uid, string gid, string muid)
  2. auto createStat(string path, ushort type, ushort dev, string uid, string gid, string muid)
    createStat
    (
    string path
    ,
    ushort type = 0
    ,
    ushort dev = 0
    ,
    string uid = ""
    ,
    string gid = ""
    ,
    string muid = ""
    )

Meta