mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Individual files need the correct base path
This commit is contained in:
@@ -1651,7 +1651,7 @@ Make a selection:
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user