質問編集履歴
1
テキスト保存先追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
public void textsave(string txt)
|
48
48
|
{
|
49
49
|
FileInfo fi = new FileInfo(Application.dataPath + "Scripts/test.csv");
|
50
|
-
StreamWriter sw = fi.AppendText();
|
50
|
+
StreamWriter sw = fi.AppendText();
|
51
51
|
sw.WriteLine(time.ToString("F3"));
|
52
52
|
sw.Flush();
|
53
53
|
sw.Close();
|