What are I/O classes in C#?
Answers
Answered by
0
The system I/O namespace has various classes that are used for performing numerous operations with files, such as creating and deleting files, reading from or writing to a file, closing a file etc
Similar questions