I have made a sis file that installs lots of media files. I give the user the option to select where they are installed (phone or memory card).
My problem is that I use Flash Lite as a GUI to access those files. To access them I need to know the full path of all the media files. How can I findout which drive the application was installed on?
Is there no way of the installer itself can access the selected drive variable (!) and copy a file specifying the installed drive?
cheers
Nick
Re: working out where sis installs
2006-03-02, 10:12#2
Hi,
I want to develop a series 60 app whose GUI is in flash lite . I need to integrate it with symbian C++ app i.e. application logic or engine will be C++ and GUI in flashlite. How should i do it?