Hello

the following behaviour might be intended:

wx.wxFileName.GetCwd() -- works 
                       -- wx.wxFileName:GetCwd()does not work

cwd = wx.wxFileName.Cwd -- works (but unexpectedly sets cwd to nil)

-- given
fn = wx.wxFileName("xx.lua")
-- then
fn.GetCwd() --works -- would expect fn:GetCwd() and fn.Cwd to work
                    -- they both fail


Andre



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to