Individual files need the correct base path

This commit is contained in:
Matt Nadareski
2016-05-27 12:15:39 -07:00
parent 61bc2984ad
commit b9d6a15a08

View File

@@ -1651,7 +1651,7 @@ Make a selection:
{ {
try try
{ {
newInputs.Add(Path.GetFullPath(input.Replace("\"", "")) + "¬" + Path.GetFullPath(input.Replace("\"", ""))); newInputs.Add(Path.GetFullPath(input.Replace("\"", "")) + "¬" + Path.GetFullPath(Path.GetDirectoryName(input.Replace("\"", ""))));
} }
catch (PathTooLongException) catch (PathTooLongException)
{ {