Specifications
Version 2.0
13
EFI_SHELL_PROTOCOL.DeleteFileByName()
Summary
Deletes the file specified by the file handle.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_SHELL_DELETE_FILE_BY_NAME)(
IN CONST CHAR16 *FileName
);
Parameters
FileName
Points to the null-terminated file name.
Description
This function deletes a file.
Status Codes Returned
EFI_SUCCESS
The file was closed and deleted, and the handle was
closed.
EFI_WARN_DELETE_FAILURE
The handle was closed but the file was not deleted.










