Date: Tue, 3 Jun 1997 10:55:40 -0400 (EDT) From: "Art S. Kagel" To: S2200253 AT nickel DOT laurentian DOT ca Cc: djgpp AT delorie DOT com Subject: Re: fstat & C++ iostreams In-Reply-To: <01IJMBY1FOYQ8ZN0E1@NICKEL.LAURENTIAN.CA> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 3 Jun 1997 S2200253 AT nickel DOT laurentian DOT ca wrote: > To call the function fstat will I have to re-open the given file > using the "old" C FILE method or is there a way to do so with > the already open file stream? Just use the stat() function which takes a filename rather than a "C" file descriptor. Art S. Kagel, kagel AT bloomberg DOT com