Click or drag to resize
IStandingDataUpdaterProviderWriteLines 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: SystemString
lines
Type: SystemString
See Also