mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix ambiguous references
This commit is contained in:
@@ -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}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user