Q65
Choose the filemode method which is used to create a new output file with the condition that the file with same name must not exist.
A.
FileMode.CreateNew
AnswerB.
FileMode.Create
C.
FileMode.OpenOrCreate
D.
FileMode.Truncate
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board