[DatFile] Remove TODOs

This commit is contained in:
Matt Nadareski
2017-02-24 12:08:33 -08:00
parent f3a6aeee8d
commit 8e1bce1d06
2 changed files with 0 additions and 8 deletions

View File

@@ -999,7 +999,6 @@ namespace SabreTools.Helper.Dats
RepExt = "";
}
// TODO: Find out why this code strips out partial paths
string dir = Path.GetDirectoryName(name);
dir = (dir.StartsWith(Path.DirectorySeparatorChar.ToString()) ? dir.Remove(0, 1) : dir);
name = Path.Combine(dir, Path.GetFileNameWithoutExtension(name) + RepExt);