Multiple Choice
To append data to an existing file, you open it with the ____________ method.
A) File.Append
B) File.AppendAll
C) File.AppendText
D) File.OpenExistingText
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q69: Counter variables are commonly used to hold
Q70: The SaveFileDialog control displays Save As in
Q71: You can change the default text displayed
Q72: Many systems, including MS-Windows, support the use
Q73: If you are writing a while loop
Q75: The while loop gets its name from
Q76: The values generated by the Random class
Q77: When you create an OpenFileDialog control, its
Q78: When the WriteLine method writes data to
Q79: You can use the StreamReader class's _