Sets the length of the file in bytes.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public override void SetLength( long value ) |
Visual Basic |
---|
Public Overrides Sub SetLength ( _ value As Long _ ) |
Visual C++ |
---|
public: virtual void SetLength( long long value ) override |
Parameters
- value
- Type: System..::..Int64
New length of file stream.