Whatever message this page gives is out now! Go check it out!

FileSkipBytes

Last update:
May 18, 2026

Description

Skips over the data before a read or write operation of an on-disk or in-memory file on the server.

Category

Function syntax

FileSkipBytes(fileObj, noOfBytesToSkip)

See Also

History

ColdFusion 9: Added this function.

Parameters

Parameter
Description
fileobj
The file object.
noOfBytesToSkip
The number of bytes that must be skipped before the next file operation.

Usage

For noOfBytesToSkip, if you specify a value greater than the actual number of bytes, all bytes are skipped.

Example

See the Example section for the function FileSeek.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page