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