NSFileHandle.SeekToEndOfFile Method

Definition

Puts the file pointer at the EOF of the file represented by this NSFileHandle. Returns the new file offset.

[Foundation.Export("seekToEndOfFile")]
public virtual ulong SeekToEndOfFile ();
abstract member SeekToEndOfFile : unit -> uint64
override this.SeekToEndOfFile : unit -> uint64

Returns

Attributes

Applies to