#include <dktypes.h>
Data Fields | |
char * | dirname |
Directory name. | |
char * | shortname |
Short file name of current file. | |
char * | fullname |
Full file name of current file found. | |
dk_stat_t | stbuf |
File status. | |
int | state |
Current state of traversal. | |
long | maxpathlen |
Largest file name length. | |
int | error_code |
Last error occured. | |
DIR * | dir |
UNIX/Linux directory. |
This structure can be used to traverse a directory. You must not modify the directory while traversing it.
DIR* dk_dir_t::dir |
UNIX/Linux directory.
char* dk_dir_t::dirname |
Directory name.
Last error occured.
char* dk_dir_t::fullname |
Full file name of current file found.
long dk_dir_t::maxpathlen |
Largest file name length.
char* dk_dir_t::shortname |
Short file name of current file.
int dk_dir_t::state |
Current state of traversal.
File status.