From: billlanam AT california DOT com (Bill Lanam) Newsgroups: comp.os.msdos.djgpp Subject: Re: I'd like to truncate a file but I don't know how Date: Mon, 10 Feb 1997 21:31:41 GMT Message-ID: <32ff91e7.70853@seashell.california.com> References: NNTP-Posting-Host: 140.174.210.232 Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 10 Feb 1997 14:02:19 +0000, Ian Miller wrote: >I'd like to say "truncate this file here" in one of my programs. > >Can I/how do I do this with standard C/C++? Rewrite the entire file. >Can I/how do I do this with non-standard features of DJGPP C/C++? Use the truncate function. > >At the moment, if I delete a word from a file (a dictionary file >as it happens) and shift everything down to reclaim the space, >I'm left with a load of spare space at the end that I can't get >rid of. > >TIA, >-- >Ian Miller, Dorset, UK >DJGPP 2.01, Win95 DOS box (LFN undefined, FNCASE=y) Bill Lanam