Click or drag to resize
IStandingDataUpdaterProviderMoveFile Method
Deletes the live file and moves the temporary file to the live filename.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void MoveFile(
	string temporaryFileName,
	string liveFileName
)

Parameters

temporaryFileName
Type: SystemString
liveFileName
Type: SystemString
See Also