Method SetLength
SetLength(Int64)
Set the file length. By default, this method does nothing (it's optional for a Directory to implement it). But, certain Directory implementations (for
Declaration
public virtual void SetLength(long length)
Parameters
Type | Name | Description |
---|---|---|
System. |
length | file length |