Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <779F20BCCE5AD31186A50008C75D997917171D@SILLDN_MAIL1> From: "Fifer, Eric" To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Pathnames with backslash Date: Wed, 3 May 2000 15:03:33 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" There was a change in the behavior of pathnames beginning with the Apr-13 snapshot. Now, it seems that anything with a backslash in it is considered a Win32 path: $ cygpath -w '/cygdrive/c\cygnus' \cygdrive\c\cygnus $ cygpath -w '/cygdrive/c/cygnus' c:\cygnus Before Apr-13 these produced the same results. I had been assuming that slash and backslash were interchangeable in Cygwin. Is this an intentional/desirable change? Thanks, Eric Fifer