FsDir Struct Reference
Directory descriptor. More...
#include <fs_port_posix.h>
Data Fields | |
| void * | handle |
| char_t | path [FS_MAX_PATH_LEN+1] |
| char_t | pattern [FS_MAX_PATH_LEN+1] |
| fsFileInfo | fileInfo |
Detailed Description
Directory descriptor.
Definition at line 59 of file fs_port_posix.h.
Field Documentation
◆ fileInfo
| fsFileInfo fileInfo |
Definition at line 63 of file fs_port_rl_fs.h.
◆ handle
| void* handle |
Definition at line 61 of file fs_port_posix.h.
◆ path
| char_t path[FS_MAX_PATH_LEN+1] |
Definition at line 62 of file fs_port_posix.h.
◆ pattern
| char_t pattern[FS_MAX_PATH_LEN+1] |
Definition at line 62 of file fs_port_rl_fs.h.
The documentation for this struct was generated from the following files:
- common/fs_port_posix.h
- common/fs_port_rl_fs.h
