Christoph Zwerschke wrote: > Markandeya schrieb: > Maybe on startup dabo should check that the current directory is a valid > dabo project and print a meaningful error message otherwise? Or maybe > even chdir() to the parent directory of the form definition file if it > is not? http://trac.dabodev.com/ticket/1185 is a similar problem caused > by starting from a wrong directory.
Users shouldn't have to care about the working directory. Applications should start up no matter what the current directory is. What we need to do is base things off of Application.HomeDirectory, which returns the 'home' of the application directory structure. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
