Lucee Function Reference
Function FILESKIPBYTES
Shifts the file pointer by the given number of bytes.
Example
fileskipbytes(any fileObj,number len):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
fileObj | any | Yes | The file object. |
len | number | Yes | The number of bytes that must be skipped before the next file operation. |