mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add trimming to library portion too
This commit is contained in:
@@ -23,7 +23,7 @@ namespace SabreTools.IO
|
|||||||
dir = PathTool.GetRuntimeDirectory();
|
dir = PathTool.GetRuntimeDirectory();
|
||||||
|
|
||||||
// Get the full path for the output directory
|
// Get the full path for the output directory
|
||||||
dir = Path.GetFullPath(dir);
|
dir = Path.GetFullPath(dir.Trim('"'));
|
||||||
|
|
||||||
// If we're creating the output folder, do so
|
// If we're creating the output folder, do so
|
||||||
if (create && !Directory.Exists(dir))
|
if (create && !Directory.Exists(dir))
|
||||||
|
|||||||
Reference in New Issue
Block a user