Shifts the file pointer by the given number of bytes.
fileSkipBytes(file, skipCount) → returns void
fileSkipBytes(file, skipCount)
→ returns void
<cfscript> NewFile = fileOpen(expandPath(".") & " est.txt","write","",true); fileSeek(#NewFile#,5); </cfscript>