Skips over the data before a read or write operation of an on-disk or in-memory file on the server.
FileSkipBytes(fileObj, noOfBytesToSkip)
FileCopy, FileDelete, FileExists, FileMove, FileSetAccessMode, FileSetAttribute, FileSeek
ColdFusion 9: Added this function.
Parameter |
Description |
|---|---|
fileobj |
The file object. |
noOfBytesToSkip |
The number of bytes that must be skipped before the next file operation. |
For noOfBytesToSkip, if you specify a value greater than the actual number of bytes, all bytes are skipped.
See the Example section for the function FileSeek.
Sign in to your account