Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

seek

fuzion.sys.fileio.seek

§seek(fd i64, offset i64)
 => 
outcome i64
:
Any 

seek offset in the stream represented by fd
returns an outcome i64 that represents the new offset
returns an error in case of failure