Click or drag to resize

FileHelperWriteToFile(String, String) Method

Writes the specified text to the specified files.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public static void WriteToFile(
	string files,
	string text
)
View Source

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.
See Also