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

seek

io.file.seek

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

short-hand for accessing seek effect in current environment and performing the default seek operation using
io.file.seek.seek fd offset
seek offset in the stream represented by fd
returns an outcome i64 that represents the new offset
returns an error in case of failure