Check if directory exists with the same target executable name when building a directory

This commit is contained in:
gingerBill
2022-02-28 21:49:19 +00:00
parent a70dde34da
commit d4ccb69ccc
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ enum ParseFileError {
ParseFile_InvalidToken,
ParseFile_GeneralError,
ParseFile_FileTooLarge,
ParseFile_DirectoryAlreadyExists,
ParseFile_Count,
};