Shifts the file pointer by the given number of bytes.
fileSkipBytes(file, skipCount)
→ returns void
<cfscript>
NewFile = fileOpen(expandPath(".") & " est.txt","write","",true);
fileSeek(#NewFile#,5);
</cfscript>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.