YAPPLBL.DAT

 (..etc/ax25/fbb/yapplbl.dat)

This is a binary file which holds the informations on 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 */