home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / std / c / 2556 < prev    next >
Encoding:
Text File  |  1992-09-02  |  805 b   |  19 lines

  1. Newsgroups: comp.std.c
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!kksys.com!edgar!brainiac!lmt!robl2.lmt.com!robertl
  3. From: robertl@county.lmt.mn.org (ROBERT LAUMEYER)
  4. Subject: Operations on Files
  5. Message-ID: <robertl.4.715452734@county.lmt.mn.org>
  6. Keywords: ANSI C, files
  7. Sender: usenet@lmt.mn.org
  8. Nntp-Posting-Host: robl2.lmt.com
  9. Organization: LaserMaster R&D, Minneapolis, MN  USA
  10. Date: Wed, 2 Sep 1992 16:52:14 GMT
  11. Lines: 6
  12.  
  13.     The ANSI C standard seems to have a rather odd mix of file 
  14. operations.  Why didn't they add (over K&R) some other useful file 
  15. operations such as fileexist, getfirst, getnext, etc?  It seems that 
  16. these could not be much more dependent on the underlying file system than 
  17. rename or remove.
  18.  
  19.