The structure to store information of a path. More...
#include <eina_file.h>
Data Fields | |
size_t | path_length |
Size of the whole path. | |
size_t | name_length |
Size of the filename/basename component. | |
size_t | name_start |
Start position of the filename/basename component. | |
Eina_File_Type | type |
File type. | |
char | path [EINA_PATH_MAX] |
The path. | |
The structure to store information of a path.