Sender: nate AT cartsys DOT com Message-ID: <369914AB.1DC853A@cartsys.com> Date: Sun, 10 Jan 1999 12:59:23 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.36 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: help about fstream References: <775kll$1rv$1 AT fe1 DOT cs DOT interbusiness DOT it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Bonifati wrote: > > Hi! I'm a beginner in C++. > What are the fstream function to close, rename, and erase a file? > Where can I find information about fstream library? (thanks a lot for your > help) Don't know much C++, but I suspect renaming and erasing are not handled on the stream level. For that, see the `rename' and `unlink' functions. -- Nate Eldredge nate AT cartsys DOT com