Readonly
localThe location of the profile local directory, which may be the same as the root directory. See nsIProfileLock::localDirectory.
The name of the profile.
Readonly
rootThe location of the profile directory.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Lock this profile using platform-specific locking methods.
An interface which holds a profile lock as long as you reference it.
NS_ERROR_FILE_ACCESS_DENIED if the profile was already locked.
Generated using TypeDoc
A interface representing a profile.
Note
THIS INTERFACE SHOULD BE IMPLEMENTED BY THE TOOLKIT CODE ONLY! DON'T EVEN THINK ABOUT IMPLEMENTING THIS IN JAVASCRIPT!