This keyword allows a variable of type STRU_FILEINFO (STRUCT_P) to be defined.
It is used by the f_dir() function to read information about files contained in flash memories.
It consists of the following information:
Field |
Type |
Description |
---|---|---|
reserved[16] |
STRING |
Reserved |
len |
U32 |
File length |
name[128] |
STRING |
File name |
Example definition:
Example of use:
|