Void fseek(File h, Int p)
Arguments
h: A file handlep: The byte position to seek to (if the file contains multi-byte UTF-8 characters, and is being read as a string, be aware of the problems that positioning the pointer part way through a multi-byte character may cause)
Usage
Seek to the specified byte of the file. Files opened with the Append file mode will always have writes occur at the end of the file, though this function will affect reading.