Click or drag to resize
ILogProviderTruncateTo Method
Truncates the file to the last so-many bytes in the original.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void TruncateTo(
	string fullPath,
	int bytes
)

Parameters

fullPath
Type: SystemString
bytes
Type: SystemInt32
See Also