| IPluginSettingsStorageProviderFileWriteAllLines Method  | 
            Writes all of the lines to the file, overwriting it if it already exists or creating it if it does not.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid FileWriteAllLines(
	string fileName,
	string[] lines
)
Sub FileWriteAllLines ( 
	fileName As String,
	lines As String()
)
void FileWriteAllLines(
	String^ fileName, 
	array<String^>^ lines
)
abstract FileWriteAllLines : 
        fileName : string * 
        lines : string[] -> unit 
Parameters
- fileName
 - Type: SystemString
 - lines
 - Type: SystemString
 
See Also