質問するログイン新規登録

回答編集履歴

1

コードの修正

2016/12/27 17:10

投稿

camblian
camblian

スコア50

answer CHANGED
@@ -20,6 +20,9 @@
20
20
 
21
21
  private int index = 0;
22
22
 
23
+   //プロジェクトフォルダーのディレクトリ(後で戻ってくるのに必要)
24
+ private static string projectFolder = (string)Directory.GetCurrentDirectory ();
25
+
23
26
  //スクリーンショットを保存するフォルダのパス
24
27
  string imageFolder_Path;
25
28