X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "K.J.Williams" Newsgroups: comp.os.msdos.djgpp Subject: Re: inverted slashes in file pathes Date: Fri, 3 Aug 2012 12:28:09 -0700 (PDT) Organization: http://groups.google.com Lines: 29 Message-ID: <815e7801-926d-4ecc-b50f-78a8de0e7a5d@googlegroups.com> References: <17d4b525-2c31-4c20-b3c5-a7118343e9a5 AT googlegroups DOT com> <5168a9f9-542b-4c99-b4d7-cb9dd8b8c2d5 AT googlegroups DOT com> NNTP-Posting-Host: 75.164.218.167 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1344023076 2932 127.0.0.1 (3 Aug 2012 19:44:36 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 3 Aug 2012 19:44:36 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.164.218.167; posting-account=jrLHRgkAAABPV01ZW_RN_U6Tm5UnYNUx User-Agent: G2/1.0 Bytes: 2374 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q73K02Mk008697 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 On Thursday, August 2, 2012 12:24:41 PM UTC-7, Hans-Bernhard Bröker wrote: > On 02.08.2012 01:51, K.J.Williams wrote: > > > > > But I am using this in MS-DOS (under W95), and the paths in each of > > > my code files at the top (in RHIDE) have been inverted - the path > > > slashes of my file paths are like Linux ... > > > > Yeah ... so what? How's that a problem? IMHO, it is incorrect to have '\' switched to '/' in MS-DOS. The problem can easily confuse me to making accidental mistakes in my file paths when I import program source code files and their file directories from Linux to MS-DOS, and vice versa - especially when Linux is case sensitive. When I am working with hundreds of files and I am switching between those two OS types, to build an identical program in ANSI C, I haven't got the time waste over that detail which will hold me up checking over the whole set of files. Yes I know it means the same thing in either system, but as a programmer I have to pay attention to these details. I thought I was entering in bad file path syntax in RHIDE. Now do you see that as a problem?