From: omarhawk AT t-online DOT de (Omar Hawk) Newsgroups: comp.os.msdos.djgpp Subject: finding directiries with djgpp Date: Mon, 11 Jan 1999 16:44:31 GMT Lines: 14 Message-ID: <369a2919.479044@news.btx.dtag.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news00.btx.dtag.de 916073093 26878 053346167-0001 990111 16:44:53 X-Complaints-To: abuse AT t-online DOT de X-Sender: 053346167-0001 AT t-online DOT de X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com hello there, i would like to write a program that recursively "walks" through a directory structure. however i want this program to be compiled under both M$ and linux OS. my questions are: is there a C function to find the first/next directory under both DOS/Linux? (the approach with the ffblk doesn't seem to fit the bill - READ: a portable function) does djgpp recognize LFNs if i set LFN=Y under windows 9X's dos mode? sincerely, omar hawk