Commit bd28f1be authored by tsuji's avatar tsuji

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

parent c7f48a9d
......@@ -54,6 +54,7 @@ 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