createStat

Create Stat object from DirEntry

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

Meta