Helper interface for nsIProfileMigrator. @provider Toolkit (Startup code) @client Application (Profile-migration code) @obtainable nsIProfileMigrator.migrate
[scriptable, uuid(048e5ca1-0eb7-4bb1-a9a2-a36f7d4e0e3c)]
interface nsIProfileStartup : nsISupports
Attributes
The root directory of the semi-current profile, during profile migration. After nsIProfileMigrator.migrate has returned, this object will not be useful.
readonly attribute
nsIFile
directory
Methods
Do profile-startup by setting NS_APP_USER_PROFILE_50_DIR in the directory service and notifying the profile-startup observer topics.
void
doStartup()
Compare to: