in reply to Re^2: Writing at specific position and length in binary file.
in thread Writing at specific position and length in binary file.
You can use sysseek with sysread and syswrite. There's also a workaround for tell.
But, you probably still don't want to use the sys* functions, because they don't do any buffering.
Also, you may like to read about the Voting/Experience System.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Writing at specific position and length in binary file.
by wazat (Monk) on Jan 13, 2014 at 05:49 UTC |