質問編集履歴

1

インデントがずれ更新

2016/06/19 03:08

投稿

KKcambodia
KKcambodia

スコア14

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,9 @@
16
16
 
17
17
 
18
18
 
19
- ****```ここに言語を入力
19
+ ```ここに言語を入力
20
+
21
+
20
22
 
21
23
  using System;
22
24
 
@@ -90,7 +92,7 @@
90
92
 
91
93
  System.IO.DirectoryInfo dirPath =
92
94
 
93
- new System.IO.DirectoryInfo(@"E:/StudyDrive/Desktop/Study/StudyProject/INDATA/");
95
+ new System.IO.DirectoryInfo(@"E:/Desktop/Study/StudyProject/IN/");
94
96
 
95
97
  System.IO.FileInfo[] files =
96
98
 
@@ -154,6 +156,6 @@
154
156
 
155
157
 
156
158
 
159
+
160
+
157
161
  ```
158
-
159
-