Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!lavaca.uh.edu!uhnix1!moray!urchin!p6.f506.n106.z1.fidonet.org!Bob.Stout From: Bob.Stout@p6.f506.n106.z1.fidonet.org (Bob Stout) Newsgroups: comp.lang.c Subject: Reading MS-DOS directory in C, how to Message-ID: <14060.25DDD0FA@urchin.fidonet.org> Date: 17 Feb 90 10:46:36 GMT Sender: ufgate@urchin.fidonet.org (newsout1.26) Organization: FidoNet node 1:106/506.6 - Fulcrum's Edge, Spring TX Lines: 6 In an article of <14 Feb 90 03:16:40 GMT>, (David Kazdan) writes: >I would like to read the current directory in a [Turbo] C program This is both OS- and compiler-specific. Check your TC manual for the findfirst() and findnext() functions.