ILogProviderTruncateTo Method |
Truncates the file to the last so-many bytes in the original.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void TruncateTo(
string fullPath,
int bytes
)
Sub TruncateTo (
fullPath As String,
bytes As Integer
)
void TruncateTo(
String^ fullPath,
int bytes
)
abstract TruncateTo :
fullPath : string *
bytes : int -> unit
Parameters
- fullPath
- Type: SystemString
- bytes
- Type: SystemInt32
See Also