FileSetPos
Jump to navigation
Jump to search
number fileSetPos ( file, number offset )
Sets the current read/write position in the file. Offset is number of bytes from beginning of file. Returns where the offset was actually set at. Ie if it was above end of file, it will be set at the end of the file.