From: Kevin A. <al...@se...> - 2001-11-21 20:15:08
|
While updating the samples I fixed a bug with some sample code that tracks the directory the application starts in. In order to simply finding the directory for any app I added a variable 'applicationDirectory' to the application class. From the current background, you can access the variable as: self.stack.app.applicationDirectory If you need to load any sounds, bitmaps, or dialog resources in an app and the directory may have changed, then you probably need to know the starting app directory. ka |