Click or drag to resize
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.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void FileWriteAllLines(
	string fileName,
	string[] lines
)

Parameters

fileName
Type: SystemString
lines
Type: SystemString
See Also