EV3RT C API Reference [English]
An RTOS-based development platform for LEGO Mindstorms EV3.
 All Data Structures Functions Variables Enumerations Enumerator Groups
fileinfo_t Struct Reference

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.
 

Detailed Description

Structure of file information.


The documentation for this struct was generated from the following file: