MicrOS
|
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... | |
Structure representing information about the specified directory.
micros_filesystem_time micros_filesystem_directory_info::create_time |
Create time.
char micros_filesystem_directory_info::name[32] |
Name of the directory.
char micros_filesystem_directory_info::path[256] |
Path to the directory.