質問編集履歴
1
インデントがずれ更新
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:/
|
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
|
-
で
|