Lucee Function Reference
fileseek()
Shifts the file pointer to the given position. The file must be opened with seekable option
Beispiel
fileseek(any file,number pos):void
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
file | any | Yes | The file object. |
pos | number | Yes | The position in a file within a stream where the following read and write operation must occur. |