NSFileHandle.TruncateFileAtOffset(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Truncates the file represented by this NSFileHandle at the specified offset.
[Foundation.Export("truncateFileAtOffset:")]
public virtual void TruncateFileAtOffset (ulong offset);
abstract member TruncateFileAtOffset : uint64 -> unit
override this.TruncateFileAtOffset : uint64 -> unit
Parameters
- offset
- UInt64
- Attributes