[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'MufasaTypes' (#Simba)

TMufasaFile

Declaration

Source position: mufasatypes.pas line 93

type TMufasaFile = record

  Path: String;

  FS: TFileStream;

  BytesRead: Integer;

  Mode: Integer;

end;