Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!zaphod.mps.ohio-state.edu!uwm.edu!rutgers!aramis.rutgers.edu!porthos.rutgers.edu!sofmac From: sofmac@porthos.rutgers.edu (Sofus Macskassy) Newsgroups: comp.lang.c Subject: Re: Reading MS-DOS directory in C, how to Keywords: C, MS-DOS, system calls Message-ID: Date: 17 Feb 90 16:24:11 GMT References: <1990Feb14.031640.28944@usenet.ins.cwru.edu> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 8 In Turbo-C, there is are 2 functions, findfirst and findnext, which will give you what you need. They should both be in your Turbo-C reference guide. If you are not using turbo-c, similar MS-DOS system calls can be made. If you can't find the information in your reference guide, let me know, and I will give you the proper syntax for either the C commands, or system calls. Sofus Macskassy