NSFileHandle.TruncateFileAtOffset(UInt64) Method

Definition

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

Applies to