Nasal library/io: Difference between revisions

Jump to navigation Jump to search
→‎Functions: Start seek()
(→‎Functions: Doc readxml())
(→‎Functions: Start seek())
Line 276: Line 276:
}}
}}


=== seek(filehandle, position, whence) ===
=== seek() ===
As ANSI fseek(). Attempts to seek to the specified position based on the whence value (which must be one of io.SEEK_SET, io.SEEK_END, or io.SEEK_CUR).
{{Nasal doc
|syntax = io.seek(filehandle, position, whence);
|text = As ANSI fseek(). Attempts to seek to the specified position based on the whence value (which must be one of io.SEEK_SET, io.SEEK_END, or io.SEEK_CUR).
|param1 = file
|param1text =
|param2 =
|param2text =
|param3 =
|param3text =
|example1 =
}}


=== stat(filename) ===
=== stat(filename) ===

Navigation menu