Sets the length of the file in bytes.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
void SetLength(
	long value
)
Visual Basic
Sub SetLength ( _
	value As Long _
)
Visual C++
void SetLength(
	long long value
)

Parameters

value
Type: System..::..Int64
New length of file stream.

See Also