Choose The Filemode Method Which Is Used To Create A New Output #585
Choose the filemode method which is used to create a new output file with the condition that the file with same name if exists will destroy the old file:
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Console I/O Operations and Stream Classes - Byte Stream - Quiz No.1.
Choose the filemode method which is used to create a new output file with the condition that the file with same name if exists will destroy the old file:
FileMode.CreateNew
FileMode.Create
FileMode.OpenOrCreate
FileMode.Truncate