EFI_FILE_INFO

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

Attribute
UINT64 Attribute;

The attribute bits for the file.

CreateTime
EFI_TIME CreateTime;

The time the file was created.

FileName
CHAR16[1] FileName;

The Null-terminated name of the file.

FileSize
UINT64 FileSize;

The size of the file in bytes.

LastAccessTime
EFI_TIME LastAccessTime;

The time when the file was last accessed.

ModificationTime
EFI_TIME ModificationTime;

The time when the file's contents were last modified.

PhysicalSize
UINT64 PhysicalSize;

PhysicalSize The amount of physical space the file consumes on the file system volume.

Size
UINT64 Size;

The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.

Meta