ColdFusion 9.0 Resources |
FileSkipBytesDescriptionSkips over the data before a read or write operation of an on-disk or in-memory file on the server. CategoryFunction syntaxFileSkipBytes(fileObj, noOfBytesToSkip) See AlsoFileCopy, FileDelete, FileExists, FileMove, FileSetAccessMode, FileSetAttribute, FileSeek HistoryColdFusion 9: Added this function. Parameters
UsageFor noOfBytesToSkip, if you specify a value greater than the actual number of bytes, all bytes are skipped. ExampleSee the Example section for the function FileSeek. |