Structure of file information. More...
#include <ev3api_fs.h>
Data Fields | |
| uint32_t | size |
| File size. | |
| uint16_t | date |
| Last modified date. | |
| uint16_t | time |
| Last modified time. | |
| bool_t | is_dir |
| Flag of a folder. | |
| bool_t | is_readonly |
| Flag of read-only. | |
| bool_t | is_hidden |
| Flag of hidden. | |
| char | name [TMAX_FILENAME_LEN+1] |
| File name. | |
Structure of file information.