CompuServe Messages

#deletion technique?

    12-Nov-94 21:11:53
Fm: Doug Walker 71165,2274
To: Eulogio (DJ) Garcia 74471,23
No, you can actually truncate. Open the file with the fopen() function and give an open mode of "r+", use fseek() to seek to the position you want to truncate the file at, then fclose() the file. –Doug