Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!uxc!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uxe.cso.uiuc.edu!mcdonald From: mcdonald@uxe.cso.uiuc.edu Newsgroups: comp.lang.c Subject: Re: binary data files Message-ID: <225800167@uxe.cso.uiuc.edu> Date: 4 May 89 13:39:00 GMT References: <10946@bloom-beacon.MIT.EDU> Lines: 11 Nf-ID: #R:bloom-beacon.MIT.EDU:10946:uxe.cso.uiuc.edu:225800167:000:322 Nf-From: uxe.cso.uiuc.edu!mcdonald May 4 08:39:00 1989 >MS-DOS has exact filesizes in bytes, and a standard OS call to retrieve >a file's size in bytes. The poster may have been thinking of CP/M, >but CP/M is not MS-DOS. Yes, but that size is the same as the number of characters returned by fgetc only if the file is binary. Not generally so if it is text. Doug McDonald