This commit is contained in:
fabjuuuh
2020-09-30 11:52:38 +02:00
parent 3494f678e3
commit cc7f2d154c
7 changed files with 109 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ namespace Server
public void WriteDataRAW(string data)
{
using (StreamWriter sw = File.AppendText(this.path + "/raw" + filename + ".txt"))
using (StreamWriter sw = File.AppendText(this.path + "/rawFiets" + filename + ".txt"))
{
sw.WriteLine(data);
}