Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PP_FileInfo Struct Reference

#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
 

Detailed Description

The PP_FileInfo struct represents all information about a file, such as size, type, and creation time.

Member Data Documentation

PP_Time PP_FileInfo::creation_time

This value represents the creation time of the file.

PP_Time PP_FileInfo::last_access_time

This value represents the last time the file was accessed.

PP_Time PP_FileInfo::last_modified_time

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

PP_FileSystemType PP_FileInfo::system_type

This value represents the file system type of the file as defined by the PP_FileSystemType enum.

PP_FileType PP_FileInfo::type

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: