Bugs item #3512981, was opened at 2012-03-29 14:41
Message generated for change (Tracker Item Submitted) made by furq
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3512981&group_id=140042

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: furq (furq)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxDir.GetAllFiles ignores third parameter

Initial Comment:
>From the manual:
wxDir::GetAllFiles(const wxString& dirname, const wxString& filespec = "", int 
flags = wxDIR_DEFAULT)

The 'flags' parameter is silently ignored unless a fourth parameter is set.

wx.wxDir.GetAllFiles("/path/to/dir", "", wx.wxDIR_FILES)  -- passes 
wxDIR_DEFAULT
wx.wxDir.GetAllFiles("/path/to/dir", "", wx.wxDIR_FILES, 0)  -- passes 
wxDIR_FILES

wxLua SVN, wx 2.8.12, Lua 5.1.4.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3512981&group_id=140042

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to