Source position: mufasatypes.pas line 93
type TMufasaFile = record
Path: String;
FS: TFileStream;
BytesRead: Integer;
Mode: Integer;
end;