Select from following answers:- Call File.Close with the FileMode option of Open.
- Call File.Open to create the FileStream.
- Call File.Open with the FileMode option of OpenOrCreate.
- Call File.Open with the FileMode option of Open.
- All Above
Calling File.Open with FileMode.OpenOrCreate will open an existing file or create a new one if necessary.
Show Correct Answer
Source: MCTS | Asked In: MCTS |
Alert Moderator