Date: Sun, 02 Sep 2001 21:19:57 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "jansb000" Message-Id: <1438-Sun02Sep2001211957+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9mtpdv$3rrjd$1@reader01.wxs.nl> (jansb000@wxs.nl) Subject: Re: Q: Pathnames in ALLEGRO References: <9mtpdv$3rrjd$1 AT reader01 DOT wxs DOT nl> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "jansb000" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 2 Sep 2001 19:28:42 +0200 > > When I define a filename including path will this be automatically converted > between unix and win/dos (i.e. set slash to backslash and vice-versa)? Just use forward slashes: DOS and Windows support them just fine, so your program will work on all platforms.