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