Directory handling. More...
Go to the source code of this file.
Data Structures | |
| struct | dir_t |
| Directory entry structure. More... | |
Defines | |
Directory entry type definitions | |
| #define | DT_REG 1 |
| Regular file. | |
| #define | DT_DIR 2 |
| Directory. | |
Functions | |
| int | dir_findfirst (const char *const path, dir_t *dir) |
| Find the first file in a directory. | |
| int | dir_findnext (const char *const path, dir_t *dir) |
| Find the next file in a directory. | |
Directory handling.
1.7.1