Add trimming to library portion too

This commit is contained in:
Matt Nadareski
2021-02-02 09:39:12 -08:00
parent 0074b0c3be
commit 11fd354a47

View File

@@ -23,7 +23,7 @@ namespace SabreTools.IO
dir = PathTool.GetRuntimeDirectory();
// 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 (create && !Directory.Exists(dir))