From: "Bob Dole" Newsgroups: comp.os.msdos.djgpp Subject: Working with directories using [DJGPP] C - HELP! Date: 12 Mar 1997 03:28:12 GMT Organization: MonadNet Lines: 9 Message-ID: <01bc2e95$14066720$f3b700d0@uberdatamaster> NNTP-Posting-Host: comm3-pool-7.rm.monad.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello! I'm wondering if anyone knows how to directly access directory listings through DJGPP C. Say I wanted to scan the entire HD's directory structure for certin file(s), how would I go about doing this? I don't know of any command that could help me. Possibly getting a dir listing by doing "dir >dir.txt" and interpreting that file might work (with a lot of work), but it's a little too kludgy. (last resort) Anyway, thanks!