|
UbixOS
2.0
|
#include <ubixfs.h>

Data Fields | |
| uInt16 | attributes |
| uInt32 | creationDate |
| char | fileName [256] |
| uInt32 | gid |
| uInt32 | lastModified |
| uInt16 | permissions |
| uInt32 | size |
| uInt32 | startCluster |
| uInt32 | uid |
| uInt16 directoryEntry::attributes |
Definition at line 105 of file ubixfs.h.
Referenced by ubixFSmkDir().
| char directoryEntry::fileName[256] |
Definition at line 107 of file ubixfs.h.
Referenced by ubixFSmkDir(), writeFileByte(), and writeUbixFS().
| uInt16 directoryEntry::permissions |
Definition at line 106 of file ubixfs.h.
Referenced by ubixFSmkDir().
| uInt32 directoryEntry::size |
Definition at line 100 of file ubixfs.h.
Referenced by ubixFSmkDir(), writeFileByte(), and writeUbixFS().
| uInt32 directoryEntry::startCluster |
Definition at line 99 of file ubixfs.h.
Referenced by ubixFSmkDir(), and writeUbixFS().