FileSetPos

From Multi Theft Auto: Wiki
Revision as of 01:18, 23 November 2007 by ChrML (talk | contribs) (New page: 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....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.