[ALL] String.Empty

This commit is contained in:
Matt Nadareski
2017-01-27 15:42:07 -08:00
parent 2647f74790
commit d1df5c2b60
39 changed files with 505 additions and 505 deletions

View File

@@ -105,7 +105,7 @@ namespace SabreTools.Helper.Dats
}
// Get the output directory
if (outDir != "")
if (outDir != String.Empty)
{
outDir = outDir + Path.GetDirectoryName(this.FileName).Remove(0, basepath.Length - 1);
}
@@ -287,7 +287,7 @@ namespace SabreTools.Helper.Dats
}
// Get the output directory
if (outDir != "")
if (outDir != String.Empty)
{
outDir = outDir + Path.GetDirectoryName(this.FileName).Remove(0, basepath.Length - 1);
}
@@ -535,7 +535,7 @@ namespace SabreTools.Helper.Dats
}
// Get the output directory
if (outDir != "")
if (outDir != String.Empty)
{
outDir = outDir + Path.GetDirectoryName(this.FileName).Remove(0, basepath.Length - 1);
}