On Mon, Sep 7, 2009 at 11:15 AM, Daniel Aquino<mr.danielaqu...@gmail.com> wrote:
> is it possible to use relative paths ?

It probably depends what you're using the paths with? The wxFileName
class or something else?

> imagine i have a top level folder and then sub folders...
>
> if i just want to point to a sub folder can i do that ?
>
> or do i have to build something like   $current_Dir/sub ?

Many wxWidgets functions can use relative paths to the current working
directory which you can find with wxGetCwd().

Regards,
    John Labenski

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to