Date: Sun, 30 May 1999 12:18:32 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Jeremy L. Buchmann" cc: djgpp AT delorie DOT com Subject: Re: frontslash or backslash? In-Reply-To: <7intsv$e75$1@pema.scs.unr.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 29 May 1999, Jeremy L. Buchmann wrote: > All of the DJGPP docs I have seen show paths with frontslashes, like: > "C:/dos/" > > Does DJGPP take this into account, or do you really have to use > backslashes like: > "C:\\dos\\" You can use both. The kernels of DOS and Windows support both styles of slashes, so the OS itself doesn't care. It's only some losing applications written for DOS/Windows that don't support forward slashes and create an illusion that the OS doesn't support them as well. One such losing application is COMMAND.COM. DJGPP doesn't include such losing applications (if you find one, please report it as a bug).