Now tracks a creation date for file and msg bases

This commit is contained in:
mysticbbs 2013-02-17 00:30:47 -05:00
parent af30b472dc
commit 14ed73a5c4
1 changed files with 4 additions and 2 deletions

View File

@ -464,7 +464,8 @@ Type
ITemplate : String[20]; // lightbar index template ITemplate : String[20]; // lightbar index template
Index : Word; // permanent index Index : Word; // permanent index
Flags : LongInt; // MB flag bits see above Flags : LongInt; // MB flag bits see above
Res : Array[1..80] of Byte; // RESERVED Created : LongInt;
Res : Array[1..76] of Byte; // RESERVED
End; End;
FScanRec = Record { <Data Path> *.SCN } FScanRec = Record { <Data Path> *.SCN }
@ -494,7 +495,8 @@ Type
Path : String[80]; Path : String[80];
DefScan : Byte; DefScan : Byte;
Flags : LongInt; Flags : LongInt;
Res : Array[1..36] of Byte; Created : LongInt;
Res : Array[1..32] of Byte;
//echomail network adresss? //echomail network adresss?
End; End;