Message from discussion
#14542: Make wxFileName and wxDir symlink-friendly
Received: by 10.216.202.93 with SMTP id c71mr867248weo.3.1351036637190;
Tue, 23 Oct 2012 16:57:17 -0700 (PDT)
X-BeenThere: wx-dev@googlegroups.com
Received: by 10.180.20.136 with SMTP id n8ls2519450wie.3.gmail; Tue, 23 Oct
2012 16:57:09 -0700 (PDT)
Received: by 10.180.73.134 with SMTP id l6mr145374wiv.1.1351036629519;
Tue, 23 Oct 2012 16:57:09 -0700 (PDT)
Received: by 10.180.73.134 with SMTP id l6mr145373wiv.1.1351036629506;
Tue, 23 Oct 2012 16:57:09 -0700 (PDT)
Return-Path: <nore...@wxsite.net>
Received: from riobu.com (riobu.com. [85.234.147.122])
by gmr-mx.google.com with ESMTP id v8si65690wiy.3.2012.10.23.16.57.09;
Tue, 23 Oct 2012 16:57:09 -0700 (PDT)
Received-SPF: neutral (google.com: 85.234.147.122 is neither permitted nor denied by best guess record for domain of nore...@wxsite.net) client-ip=85.234.147.122;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.234.147.122 is neither permitted nor denied by best guess record for domain of nore...@wxsite.net) smtp.mail=nore...@wxsite.net
Received: from riobu.com (localhost [127.0.0.1])
by riobu.com (Postfix) with ESMTP id 65E14ABF8596;
Tue, 23 Oct 2012 16:57:09 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
From: "wxTrac" <nore...@wxsite.net>
X-Trac-Version: 0.11.5
Precedence: bulk
Cc: wx-dev@googlegroups.com
Auto-Submitted: auto-generated
X-Mailer: Trac 0.11.5, by Edgewall Software
X-Trac-Project: wxWidgets
Date: Tue, 23 Oct 2012 23:57:09 -0000
Reply-To: wx-dev@googlegroups.com
X-URL: http://trac.wxwidgets.org/
Subject: Re: #14542: Make wxFileName and wxDir symlink-friendly
X-Trac-Ticket-URL: http://trac.wxwidgets.org/ticket/14542#comment:38
Message-ID: <053.6181361ffd934d795b36467f14d9b7e5@wxsite.net>
References: <044.8760ac9d732148e3102d56cb2b02f6ab@wxsite.net>
X-Trac-Ticket-ID: 14542
In-Reply-To: <044.8760ac9d732148e3102d56cb2b02f6ab@wxsite.net>
Ticket URL: <http://trac.wxwidgets.org/ticket/14542#comment:38>
#14542: Make wxFileName and wxDir symlink-friendly
---------------------------------------------------------------------------+
Reporter: dghart =
| Owner: =
Type: defect =
| Status: reopened =
Priority: normal =
| Milestone: 2.9.5 =
Component: base =
| Version: 2.9-svn =
Resolution: =
| Keywords: wxFileName wxDir symlink
Blockedby: =
| Patch: 1 =
Blocking: 1993, 14649, 14649, 14649, 14649, 14649, 14649, 14649, 14649 =
| =
---------------------------------------------------------------------------+
Comment(by VZ):
(In [72739]) Change the way directory iteration flags are constructed.
Instead of explicitly constructing the flags from the flags that should be
included, construct them by excluding the flags that shouldn't be used.
This
makes the code more stable in the sense that it will continue to work when
new
flags, such as the upcoming wxDIR_NO_FOLLOW, are added.
See #14542.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14542#comment:38>