質問編集履歴
1
表記ミス
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
|
67
67
|
Encoding encoding = Encoding.GetEncoding("Shift_JIS");
|
68
68
|
|
69
|
-
using (StreamWriter writer = new StreamWriter(@"C:\Users\c.
|
69
|
+
using (StreamWriter writer = new StreamWriter(@"C:\Users\c.3\Downloads", false,encoding))
|
70
70
|
|
71
71
|
{
|
72
72
|
|