Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GetAdocUI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QCD
Tools
GetAdocUI
Commits
bd28f1be
Commit
bd28f1be
authored
Aug 07, 2023
by
tsuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GetADocGUI (ファイル名にスペースが含まれるとエラーになる不具合を修正)
parent
c7f48a9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
RunBatch.cs
GetADoc/RunBatch.cs
+2
-1
GetADocGUI.exe
Release/GetADocGUI.exe
+0
-0
GetADocGUI.pdb
Release/GetADocGUI.pdb
+0
-0
No files found.
GetADoc/RunBatch.cs
View file @
bd28f1be
...
@@ -52,8 +52,9 @@ namespace GetADoc
...
@@ -52,8 +52,9 @@ namespace GetADoc
//既存の生成物が指定先フォルダに存在する場合は上書きする
//既存の生成物が指定先フォルダに存在する場合は上書きする
processStartInfo
.
Arguments
+=
"/Force "
;
processStartInfo
.
Arguments
+=
"/Force "
;
var
pathAndName
=
System
.
IO
.
Path
.
Combine
(
filePath
,
fileName
);
var
pathAndName
=
System
.
IO
.
Path
.
Combine
(
filePath
,
fileName
);
pathAndName
=
"\""
+
pathAndName
+
"\""
;
processStartInfo
.
Arguments
+=
pathAndName
;
processStartInfo
.
Arguments
+=
pathAndName
;
//GetADoc.batを実行
//GetADoc.batを実行
...
...
Release/GetADocGUI.exe
View file @
bd28f1be
No preview for this file type
Release/GetADocGUI.pdb
View file @
bd28f1be
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment