In the Turbo Pascal SearchRec, there's a field defined according to my references as "fill".
For reference:
I'm trying to find some reference which indicates what is stored there. Can anyone help out?
For reference:
Code:
searchrec = record
fill: array[1..21] of byte;
attr: byte;
time: longint;
size: longint;
name: string[12];
I'm trying to find some reference which indicates what is stored there. Can anyone help out?