In the given constructor declaration for character based file operation what does 'path' and 'bool specifies?
StreamWriter(string path, bool append)
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
Answer: Option D
Join The Discussion