Date: Thu, 16 Jul 1998 13:16:36 +0300 (IDT) From: Eli Zaretskii To: Lord Daedron cc: djgpp AT delorie DOT com Subject: Re: File System Commands In-Reply-To: <35ace614.0@news.provide.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 15 Jul 1998, Lord Daedron wrote: > I searched through for a bug in the code, but I am properly seeing ".\.." as > the directory to open. ".\.." is NOT the same as c:\aweplay. They are only the same if you have chdir'ed into a subdirectory of c:\aweplay. Maybe this is your problem? Otherwise, it is hard to tell without seeing the code. Maybe if you tell what do you pass to `opendir' and what does `readdir' return, it would be possible to guess what's wrong.