Extensible Firmware Interface Specification
10.2.3 EFI_FILE.Delete()
Summary
Closes and deletes a file.
Prototype
EFI_STATUS
(EFIAPI *EFI_FILE_DELETE) (
IN EFI_FILE
);
Parameters
This
Description
The
function closes and deletes a file. In all cases the file handle is closed. If the file
Delete()
cannot be deleted, the warning code
still closed.
Status Codes Returned
EFI_SUCCESS
EFI_WARN_DELETE_FAILURE
196
*This
A pointer to the
EFI_FILE
delete. Type
EFI_FILE
EFI_WARN_DELETE_FAILURE
The file was closed and deleted, and the handle was
closed.
The handle was closed, but the file was not deleted.
12/12/00
instance that is the handle to the file to
is defined in Section 10.2.
is returned, but the handle is
Version 1.02
Need help?
Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?