SetContentsTo Method
Object List
Defined By: TextFile
Description:
Sets the contents of the text file to a specified string
Declaration:
Sub SetContentsTo(ByVal text As String)
Details:
text is the string you want to set the contents of the text file to.