Data Fields
int64_t | size |
PP_FileType | type |
PP_FileSystemType | system_type |
PP_Time | creation_time |
PP_Time | last_access_time |
PP_Time | last_modified_time |
Detailed Description
The PP_FileInfo
struct represents all information about a file, such as size, type, and creation time.
Field Documentation
This value represents the creation time of the file.
This value represents the last time the file was accessed.
This value represents the last time the file was modified.
int64_t PP_FileInfo::size |
This value represents the size of the file measured in bytes.
This value represents the file system type of the file as defined by the PP_FileSystemType
enum.
This value represents the type of file as defined by the PP_FileType
enum.
The documentation for this struct was generated from the following file: