fileSkipBytes

Description

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

Categories

Related

History

ColdFusion 9: Added this function.

Syntax

FileSkipBytes(fileObj, noOfBytesToSkip)

Attributes

AttributeDescriptionRequiredDefault
fileObjThe file object.
noOfBytesToSkipThe 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.