StreamWriter(string path, bool append)
a) the name of the file to open
b) specifies the full path of file
c) if append is true, the file is appended to the end of the existing file
d) all of the mentioned
In the given constructor declaration for character based file operation what does ‘path’ and ‘bool specifies?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
In the given constructor declaration for character based file operation what does ‘path’ and ‘bool specifies?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!