We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f433f0 commit 73d27b2Copy full SHA for 73d27b2
ZLheim_Modloader/Form1.cs
@@ -211,7 +211,7 @@ private void WriteToConfigFile(string text)
211
string configName = "config.txt";
212
string folderPath = Path.Combine(local, folderName);
213
string filePath = Path.Combine(local, folderName, configName);
214
- MessageBox.Show(filePath);
+
215
216
if (!System.IO.File.Exists(folderPath))
217
{
@@ -261,7 +261,7 @@ private string ReadFromConfigFile()
261
string folderName = "HunterModloader";
262
263
264
265
266
string fileContents = "";
267
0 commit comments