Commit bd28f1be authored by tsuji's avatar tsuji

Update GetADocGUI (ファイル名にスペースが含まれるとエラーになる不具合を修正)

parent c7f48a9d
......@@ -52,8 +52,9 @@ namespace GetADoc
//既存の生成物が指定先フォルダに存在する場合は上書きする
processStartInfo.Arguments += "/Force ";
var pathAndName = System.IO.Path.Combine(filePath, fileName);
pathAndName = "\"" + pathAndName + "\"";
processStartInfo.Arguments += pathAndName;
//GetADoc.batを実行
......
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment