Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!usc!trwind!gumby!deneva!wiley!charlie.coyote.trw.com!cwong From: cwong@charlie.coyote.trw.com (Chun Wong) Newsgroups: comp.lang.c Subject: file descriptor vs file handle Message-ID: <27C9CB35.5F7@wilbur.coyote.trw.com> Date: 26 Feb 91 02:43:01 GMT References: <90361.145855COS99291@ufrj.bitnet> Sender: news@wilbur.coyote.trw.com (News Software) Organization: TRW Inc., Redondo Beach, CA Lines: 5 Can someone distinguish the differences between a file descriptor and a file handle? I know that creat returns a file handle whereas fopen returns a file descriptor. What's the difference? Are they interchangeable? -C. Wong