From 4566f95fd9f70530866457beb545a794cc80e1d0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 23 Sep 2019 18:33:04 +0200 Subject: make the rescue disk boot machine directly from disk if "VeraCrypt" folder is missing. This make it easy to create a bootable disk for VeraCrypt from the rescue disk by just removing or renaming its "VeraCrypt" folder. --- Include/Library/CommonLib.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Include') diff --git a/Include/Library/CommonLib.h b/Include/Library/CommonLib.h index 4d207ca..0bfb631 100644 --- a/Include/Library/CommonLib.h +++ b/Include/Library/CommonLib.h @@ -663,6 +663,12 @@ DirectoryCreate( IN EFI_FILE* root, IN CHAR16* name ); + +EFI_STATUS +DirectoryExists( + IN EFI_FILE* root, + IN CHAR16* name + ); EFI_STATUS FileOpenRoot( -- cgit v1.2.3