TianoCore EDK2 master
Loading...
Searching...
No Matches
Delete.c File Reference
#include "Fat.h"

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI FatDelete (IN EFI_FILE_PROTOCOL *FHand)
 

Detailed Description

Function that deletes a file.

Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Delete.c.

Function Documentation

◆ FatDelete()

EFI_STATUS EFIAPI FatDelete ( IN EFI_FILE_PROTOCOL FHand)

Deletes the file & Closes the file handle.

Parameters
FHand- Handle to the file to delete.
Return values
EFI_SUCCESS- Delete the file successfully.
EFI_WARN_DELETE_FAILURE- Fail to delete the file.

Definition at line 24 of file Delete.c.