| Servertec | seek( ) | |
|
|
Sets the offset from the beginning at which the next read or write occurs in the specified random access file. Syntaxseek( randomaccessfile, offset )randomaccessfile.seek( offset ) Parametersrandomaccessfile the random access file object to use.offset the starting offset. ReturnsnothingExample
|
|
top of page
|