#include <directory.h>
Data Fields | |
CxArchive * | archive |
The parent archive. | |
CxDirectory * | parentDir |
The parent directory. | |
char * | name |
The path name of this directory. | |
CxFile * | files |
The first file in this directory. | |
CxFile * | lastFile |
The last file in this directory. | |
unsigned int | fileCount |
The number of files in this directory. | |
CxDirectory * | subdirs |
The first directory in this directory. | |
CxDirectory * | lastSubDir |
The last directory in this directory. | |
unsigned int | subdirCount |
The number of directories in this directory. | |
unsigned int | refCount |
The reference count. | |
CxDirectory * | prev |
The previous directory in a list. | |
CxDirectory * | next |
The next directory in a list. |
|
The parent archive.
|
|
The number of files in this directory.
|
|
The first file in this directory.
|
|
The last file in this directory.
|
|
The last directory in this directory.
|
|
The path name of this directory.
|
|
The next directory in a list.
|
|
The parent directory.
|
|
The previous directory in a list.
|
|
The reference count.
|
|
The number of directories in this directory.
|
|
The first directory in this directory.
|