FileSkipBytes()
Shifts the file pointer by the given number of bytes.
FileSkipBytes( file=any, len=number );
Returns: void
| Argument | Description |
|---|---|
|
file
any,
required
|
edit
The file object. Alias: fileObj, source |
|
len
number,
required
|
edit
The number of bytes that must be skipped before the next file operation. |
Examples
editThere are currently no examples for this function.
See also
- File handling
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)