PIbd-13 BelkinaM.I. LabWork06 Simple #6

Closed
BelkinaMaria wants to merge 2 commits from Lab6 into Lab5
Owner
No description provided.
BelkinaMaria added 2 commits 2024-06-11 07:37:59 +04:00
eegov approved these changes 2024-06-11 12:01:24 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -87,0 +150,4 @@
}
}
using FileStream fileStream = new(filename, FileMode.Create);
Collaborator

Запись следовало делать через StreamWriter

Запись следовало делать через StreamWriter
@ -87,0 +166,4 @@
if (!File.Exists(filename)) return false;
string bufferTextfromFile = "";
using (FileStream fileStream = new(filename, FileMode.Open))
Collaborator

Чтение следовало делать через StreamReader

Чтение следовало делать через StreamReader
eegov closed this pull request 2024-06-11 12:01:33 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: BelkinaMaria/PIbd-13_Belkina_M.I._Simple#6
No description provided.