Click or drag to resize
BackupFileStreamSetLength Method
When overridden in a derived class, sets the length of the current stream.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public override void SetLength(
	long value
)

Parameters

value
Type: SystemInt64
The desired length of the current stream in bytes.
Exceptions
ExceptionCondition
NotSupportedExceptionAlways thrown by this class.
Remarks
This method is not supported by the BackupFileStream class, and calling it will always generate a NotSupportedException.
See Also