|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
#include <filepath.h>
Public Attributes | |
| char * | path |
| DIR * | dir |
Opaque directory handle for iterating directory contents.
Definition at line 64 of file filepath.h.
| DIR* Directory::dir |
POSIX directory stream.
Definition at line 71 of file filepath.h.
Referenced by dir_close(), dir_next(), dir_open(), dir_walk(), and dir_walk_depth_first().
| char* Directory::path |
Directory path being traversed.
Definition at line 65 of file filepath.h.
Referenced by dir_close(), and dir_open().