Click or drag to resize
IStandingDataUpdaterProvider.WriteLines Method
Overwrites the entire file with the text passed across.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void WriteLines(
	string fileName,
	string[] lines
)

Parameters

fileName
Type: System.String
lines
Type:System.String[]
See Also