Page 1 of 1

In the given constructor declaration for character based file operation what does ‘path’ and ‘bool specifies?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
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