Directory entry. More...
#include <psxbios.h>
Data Fields | |
char | name [20] |
Filename. | |
unsigned int | attr |
Attributes. | |
int | size |
File size in bytes. | |
struct DIRENTRY * | next |
Pointer to next file entry. | |
unsigned char | system [8] |
System reserved. | |
Directory entry.
unsigned int DIRENTRY::attr |
Attributes.
char DIRENTRY::name[20] |
Filename.
struct DIRENTRY* DIRENTRY::next |
Pointer to next file entry.
int DIRENTRY::size |
File size in bytes.
unsigned char DIRENTRY::system[8] |
System reserved.