FileSeek()
Shifts the file pointer to the given position.
The file must be opened with seekable option
FileSeek( file=any, pos=number );
Returns: void
Examples
fileseek("example.txt",1);
See also
- File handling
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)