MicrOS
micros_filesystem_file_info Struct Reference

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...
 

Detailed Description

Structure representing information about the specified file.

Member Data Documentation

◆ access_time

micros_filesystem_time micros_filesystem_file_info::access_time

Access time (updated during read operation)

◆ create_time

micros_filesystem_time micros_filesystem_file_info::create_time

Create time.

◆ modify_time

micros_filesystem_time micros_filesystem_file_info::modify_time

Moidify time (updated during save operation)

◆ name

char micros_filesystem_file_info::name[32]

Name of the file.

◆ path

char micros_filesystem_file_info::path[256]

Path to the file.

◆ size

uint32_t micros_filesystem_file_info::size

File size.


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