|
If I have 2 EOF witten on a file than I close the file.
I re-open it, I seek for the END (SEEK_END), which one of the two EOF are used?
Is it correct to insert an EOF to a file if I use the file as a PIPE?
So I insert from SEEK_SET
I "remove" from SEEK_END.
Last edited by DNAx86; 05-10-2008 at 09:13 AM.
|