MicrOS
micros_filesystem_directory_info Struct Reference

Structure representing information about the specified directory. More...

#include <micros_filesystem.h>

Public Attributes

char name [32]
 Name of the directory. More...
 
char path [256]
 Path to the directory. More...
 
micros_filesystem_time create_time
 Create time. More...
 

Detailed Description

Structure representing information about the specified directory.

Member Data Documentation

◆ create_time

micros_filesystem_time micros_filesystem_directory_info::create_time

Create time.

◆ name

char micros_filesystem_directory_info::name[32]

Name of the directory.

◆ path

char micros_filesystem_directory_info::path[256]

Path to the directory.


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