Select from following answers:- File.CreateText
- FileInfo.Create
- File.AppendText
- All Above
File.AppendText adds some text to the end of a file.
File.CreateText would create a new file each time.
Show Correct Answer
Source: microsoft exam ref | |
Alert Moderator