Skip to content

FileIO.AppendToFile

BurnSoft edited this page Apr 11, 2017 · 1 revision

Public Sub AppendToFile(strPath As String, strNewLine As String) Member of BurnSoft.Universal.FileIO

Summary: Public Sub to write a new line to a file that already exists, if the file doesn't not exist, it will create it.

Parameters: strPath: strNewLine:

Clone this wiki locally