Martin Kutschker wrote:
>
> > Martin Kutschker wrote:
> >
> > > I need to add a file within the user directory (for my caluclator add-on
> > > package).
>
> No. I meant I create the file on the fly when the application needs it.
>
As Sean noted if you put the file in the profile defaults dir it'll get
copied to any new profile created after that time. You can also install into
the current user's profile directory in a .xpi script using
getFolder("Profile"). There's no good way to find and install into all the
inactive profiles on the machine.
-Dan Veditz