Revert "[ALL] String.Empty"

This reverts commit d1df5c2b60.
This commit is contained in:
Matt Nadareski
2017-01-27 16:53:29 -08:00
parent c8142549bb
commit 8d6fa2c908
38 changed files with 500 additions and 500 deletions

View File

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