PIbd-22.Kurbanova A.A. Lab work 06 #6 #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Laba6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -37,0 +73,4 @@
{
return false;
}
using FileStream fs = new(filename, FileMode.Create);
Запись следовало делать через StreamWriter
@ -37,0 +91,4 @@
return false;
}
string bufferTextFromFile = "";
using (FileStream fs = new(filename, FileMode.Open))
Запись следовало делать через StreamWriter
Pull request closed