Fix ambiguous references

This commit is contained in:
Matt Nadareski
2023-04-17 13:22:35 -04:00
parent 5fce4c84b5
commit 18fee399f4
19 changed files with 35 additions and 35 deletions

View File

@@ -80,7 +80,7 @@ namespace SabreTools.DatTools
if (addBlanks)
ProcessDirectoryBlanks(datFile, basePath);
}
else if (File.Exists(basePath))
else if (System.IO.File.Exists(basePath))
{
logger.Verbose($"File found: {basePath}");