回答編集履歴

1

修正

2016/07/23 03:43

投稿

Zuishin
Zuishin

スコア28660

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```C#
4
4
 
5
- Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "out");
5
+ saveFileDialog1.InitialDirectory = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "out");
6
6
 
7
7
  ```
8
8