Choose The Filemode Method Which Is Used To Create A New Output #584
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.
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 must not exist.
FileMode.CreateNew
FileMode.Create
FileMode.OpenOrCreate
FileMode.Truncate