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

質問編集履歴

1

インデントがずれ更新

2016/06/19 03:08

投稿

KKcambodia
KKcambodia

スコア14

title CHANGED
File without changes
body CHANGED
@@ -7,7 +7,8 @@
7
7
 
8
8
  よろしくお願いいたします。
9
9
 
10
- ****```ここに言語を入力
10
+ ```ここに言語を入力
11
+
11
12
  using System;
12
13
  using System.Windows.Forms;
13
14
 
@@ -44,7 +45,7 @@
44
45
  {
45
46
  // csvファイルを開く
46
47
  System.IO.DirectoryInfo dirPath =
47
- new System.IO.DirectoryInfo(@"E:/StudyDrive/Desktop/Study/StudyProject/INDATA/");
48
+ new System.IO.DirectoryInfo(@"E:/Desktop/Study/StudyProject/IN/");
48
49
  System.IO.FileInfo[] files =
49
50
  dirPath.GetFiles("test_*.csv", System.IO.SearchOption.AllDirectories);
50
51
 
@@ -76,5 +77,5 @@
76
77
  }
77
78
  }
78
79
 
80
+
79
- ```
81
+ ```
80
-