MicrOS
|
Structure representing information about the specified file. More...
#include <micros_filesystem.h>
Public Attributes | |
char | name [32] |
Name of the file. More... | |
char | path [256] |
Path to the file. More... | |
uint32_t | size |
File size. More... | |
micros_filesystem_time | create_time |
Create time. More... | |
micros_filesystem_time | modify_time |
Moidify time (updated during save operation) More... | |
micros_filesystem_time | access_time |
Access time (updated during read operation) More... | |
Structure representing information about the specified file.
micros_filesystem_time micros_filesystem_file_info::access_time |
Access time (updated during read operation)
micros_filesystem_time micros_filesystem_file_info::create_time |
Create time.
micros_filesystem_time micros_filesystem_file_info::modify_time |
Moidify time (updated during save operation)
char micros_filesystem_file_info::name[32] |
Name of the file.
char micros_filesystem_file_info::path[256] |
Path to the file.
uint32_t micros_filesystem_file_info::size |
File size.