| 
            
              FileHelperWriteToFile(String, String) Method
             | 
          
        
        
            Writes the specified text to the specified files.
            
        
        Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.258-beta
Syntaxpublic 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
)
static member WriteToFile : 
        files : string * 
        text : string -> unit GSF.Historian.Exporters.FileHelper.WriteToFile = function(files, text);
 View SourceParameters
- files  String
 - Comma or semicolon delimited list of file names to which the text is to be written.
 - text  String
 - Text to be written to the files.
 
See Also