1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>FORMAT of YAPPLBL.DAT</title>
</head>
<body background="/back_fbb.jpg">
<p> </p>
<h1 align="Center"> YAPPLBL.DAT </h1>
<p> </p>
<pre><big><b>YAPPLBL.DAT (\FBB\SYSTEM).</b></big>
This is a binary file which holds the informations of the FbbDOS files.
Do not edit or change this file, otherwise files of FbbDOS could be
hidden or lost.
#define LABEL_FIC 80
#define LABEL_NOM 40
#define LABEL_OWN 8
typedef struct {
char nomfic[LABEL_FIC] ; /* 80 Filename (virtual path of FBB) */
char label[LABEL_NOM] ; /* 40 Label of the file */
char owner[LABEL_OWN] ; /* 8 Callsign of the owner (no ssid) */
long index ; /* 4 Number of uploaded file (from 1)*/
long date_creation ; /* 4 date of the file creation */
char free[24] ; /* 24 unused (padded with NULL) */
} Rlabel ; /* 160 bytes */
<font color="#800000">This page was last updated 17-Apr-99</font>
</pre>
</body>
</html>
|