Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mod1/MobLibrary1/TxtMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace MobLibrary1
{
public class TxtMethods
{
// добрый вечер папки бин у меня нет в git Она тоже не должна попадать . Почитай почему. путь задаешь не правильно вынеси его хотябы в апп конфиг
static string writePath = @"..\..\bin\Debug\TXT.txt";

public static string ReadTxT()
Expand Down Expand Up @@ -41,8 +42,7 @@ public static void WriteTxT(string str)
public static void ReCreateTxT()
{
using (FileStream file = new FileStream(writePath, FileMode.Create))
{

{// эмммммм ты думаешт это делается так ? '.
};
}
}
Expand Down