| Pepper_47_C_interfaces
    | 
#include <pp_file_info.h>

| Public Attributes | |
| int64_t | size | 
| PP_FileType | type | 
| PP_FileSystemType | system_type | 
| PP_Time | creation_time | 
| PP_Time | last_access_time | 
| PP_Time | last_modified_time | 
The PP_FileInfo struct represents all information about a file, such as size, type, and creation time. 
Definition at line 68 of file pp_file_info.h.
| PP_Time PP_FileInfo::creation_time | 
This value represents the creation time of the file.
Definition at line 84 of file pp_file_info.h.
| PP_Time PP_FileInfo::last_access_time | 
This value represents the last time the file was accessed.
Definition at line 88 of file pp_file_info.h.
| PP_Time PP_FileInfo::last_modified_time | 
This value represents the last time the file was modified.
Definition at line 92 of file pp_file_info.h.
| int64_t PP_FileInfo::size | 
This value represents the size of the file measured in bytes
Definition at line 70 of file pp_file_info.h.
| PP_FileSystemType PP_FileInfo::system_type | 
This value represents the file system type of the file as defined by the PP_FileSystemType enum. 
Definition at line 80 of file pp_file_info.h.
| PP_FileType PP_FileInfo::type | 
This value represents the type of file as defined by the PP_FileType enum 
Definition at line 75 of file pp_file_info.h.
 1.8.6
 1.8.6