Date: Fri, 15 Sep 1995 10:14:04 +0200 (IST) From: Eli Zaretskii To: Marc Singer Cc: DJGPP List Alias Subject: Re: Changing CHDIR and MKDIR semantics On Wed, 13 Sep 1995, Marc Singer wrote: > So, the questions is whether or not we want to support a UN*X > compatible behavior in chdir. I suspect something similar happens in > mkdir, but I haven't look into it yet. For chdir(), I agree that it should also change the drive. This won't cause incompatibilities with DOS programs, because those will just change drive another time, which is harmless. But how is all this applicable to mkdir()? It should create a directory, period. It shouldn't change directory or drive. Or am I missing something?