git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1003
7335b38e-4728-0410-8992-
fb3ffe349368
//\r
// Open output file to write ffs data.\r
//\r
+ remove(OutputFileName);\r
FfsFile = fopen (OutputFileName, "wb");\r
if (FfsFile == NULL) {\r
Error (NULL, 0, 0001, "Error opening file", OutputFileName);\r
//\r
// Open output file\r
//\r
+ remove(OutputFileName);\r
OutFile = fopen (OutputFileName, "wb");\r
if (OutFile == NULL) {\r
Error (NULL, 0, 0001, "Error opening file", OutputFileName);\r