Data Fields | |
UINT64 | Size |
UINT64 | FileSize |
UINT64 | PhysicalSize |
EFI_TIME | CreateTime |
EFI_TIME | LastAccessTime |
EFI_TIME | ModificationTime |
UINT64 | Attribute |
CHAR16 | FileName [1] |
The attribute bits for the file.
Referenced by FileHandleIsDirectory(), and GetFileBufferByFilePath().
The time the file was created.
The Null-terminated name of the file.
Referenced by FileHandleGetFileName().
The size of the file in bytes.
Referenced by FileHandleEof(), FileHandleGetSize(), FileHandleSetSize(), and GetFileBufferByFilePath().
The time when the file was last accessed.
The time when the file's contents were last modified.
PhysicalSize The amount of physical space the file consumes on the file system volume.
The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.