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
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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