Index: [thread] [date] [subject] [author]
  From: Garrett Mitchener <wgm2@duke.edu>
  To  : 
  Date: 06 Mar 1999 20:46:40 -0500

Re: fopen

Jeffrey Kim <jk14@acpub.duke.edu> writes:

> Has anybody else had problems with fopen?  I'm trying to read the files
> in a directory for goofi, but fopen  sometimes is not able to read every
> file.  Does anyone have an explanation?  Any help would be appreciated.
> 
> Jeff Kim

What kind of error are you getting?  fopen will not work on
directories.  Also, if you don't close your files or directories,
nasty things will happen, possibly including seg faults.

	-- Garrett :-)


Index: [thread] [date] [subject] [author]