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