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

@@ -55,7 +55,7 @@ contents of any changed dats.";
}
// Make sure the file exists
if (!File.Exists(_db))
if (!System.IO.File.Exists(_db))
EnsureDatabase(_db, _connectionString);
// Make sure the dats dir is set