FileStreamSetLength Method |
Sets the length of the current stream.
Namespace: CMS.FileSystemStorageAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public override void SetLength(
long value
)
Parameters
- value
- Type: SystemInt64
The desired length of the current stream in bytes.
See Also