NSFileHandle.SeekToEndOfFile 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.
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