CdlFILE

ISO-9660 file descriptor

typedef struct {
        CdlLOC pos;
        u_long size;
        char name[16];
} CdlFILE;

Members

pos File position
size File size
name Filename

Explanation

CdIFILE holds information that describes a file on the CD-ROM in the ISO-9660 file system.