Revision 62
Added by markw over 11 years ago
pff_file.h | ||
---|---|---|
struct SimpleFile
|
||
{
|
||
char path[MAX_PATH_LENGTH];
|
||
int is_readonly;
|
||
int size;
|
||
};
|
||
|
||
... | ... | |
char lfn[256];
|
||
int size;
|
||
int is_subdir;
|
||
int is_readonly;
|
||
struct SimpleDirEntry * next; // as linked list - want to allow sorting...
|
||
};
|
||
|
Added real-only support. Describe disk image in menu.