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