In the given constructor declaration for character based file operation what does ‘path’ and ‘bool specifies?
Posted: Wed Jul 13, 2022 7:57 pm
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
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