openPDC Historian Help
WriteToFile Method (files, text)
NamespacesTVA.Historian.ExportersFileHelperWriteToFile(String, String)
Writes the specified text to the specified files.
Declaration Syntax
C#Visual BasicVisual C++
public static void WriteToFile(
	string files,
	string text
)
Public Shared Sub WriteToFile ( _
	files As String, _
	text As String _
)
public:
static void WriteToFile(
	String^ files, 
	String^ text
)
Parameters
files (String)
Comma or semi-colon delimitted list of file names to which the text is to be written.
text (String)
Text to be written to the files.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252