_Eina_File_Direct_Info Struct Reference
[File]

A structure to store informations of a path. More...


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
 where the filename/basename component starts
char path [PATH_MAX]
 the path
struct direntdirent
 the dirent structure of the path


Detailed Description

A structure to store informations of a path.