Closed chalumeau-clara closed 8 months ago
Add the Resident fields within the attribute structure :
type Attribute struct { Type string TypeId uint64 Id uint64 Inode string Size int64 Name string Resident bool }
In ModelMFTEntry add this line to append the resident attribute
Resident: attr.IsResident(),
Update test file to match
All committers have signed the CLA.
Add the Resident fields within the attribute structure :
In ModelMFTEntry add this line to append the resident attribute
Update test file to match