fn seekTo(self: File, offset: u64) SeekError!void

Repositions read/write file offset relative to the beginning. TODO: integrate with async I/O

Parameters

self: File,
offset: u64,