Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: When will fopen fail? Message-ID: <15888@smoke.brl.mil> Date: 18 Apr 91 16:19:14 GMT References: <11079@uwm.edu> <1991Apr17.202735.12427@ux1.cso.uiuc.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 10 In article <1991Apr17.202735.12427@ux1.cso.uiuc.edu> gordon@osiris.cso.uiuc.edu (John Gordon) writes: > Well, it could fail if the process has reached the limit of >simultaneous open files. Or if the filename is not valid. Or if the >filename is actually a device. Or if the network link is down, or if proper access permissions are not present, or ... Basically, there are too many possible reasons for failure to make it practical to worry about what they all are in detail.