System.IO.File.ReadAllLines(path As String)
System.IO.File.ReadAllText(path As String)
System.IO.File.WriteAllText(path As String, contents As String)
System.IO.File.WriteAllLines(path As String, contents() As String)