| File: WriteAllLines |
Opens a file, writes all strings to the file with appended new line values, then closes the file.
Public Sub WriteAllLines( ByVal Path As String, ByRef Contents ( ) As String, Optional ByVal Encoding As Encoding )
If the file doesnt exist it will be created. If the file already exists, it will be overwritten.
Project VBCorLib Overview Class File Overview File Properties File Methods WriteAllbytes WriteAllText