PureBasic - FASTFILE
Overview
The FastFile Library is designed to get fully and fast access to large files.
It prevents the user from using and allocating unneeded memory.
Be carefull when using this lib.
Pros: Very Fast, easy to use
Cons: Cannot create files or AppendData on existing Files (but maybe in the future)
Third offical public version,Free to all registered Purebasic-Users
If you want use a second file, add a 'B' to all commands(see example)
(c) 2003 by Siegfried Rings
Command Index
FastCloseFile
FastOpenFile
FastReadData
FastReadLong
FastReadWord
FastReadbyte
FastWriteData
FastWriteLong
FastWriteWord
FastWritebyte
Supported OS
Windows