Get firefox default profile directory from non-extension

2006-12-20 Thread Andrei Korostelev
Hi, the following code, when called from Firefox extension, retrieves firefox profile directory location. nsresult rv = NS_InitXPCOM2(nsnull, nsnull, nsnull); if (NS_FAILED(rv)) return; nsCOMPtrnsIProperties fileLocator = do_GetService(@mozilla.org/file/directory_service;1, rv); if

Re: Get firefox default profile directory from non-extension

2006-12-20 Thread Andrei Korostelev
On Dec 20, 4:06 pm, Andrei Korostelev [EMAIL PROTECTED] wrote: Hi, the following code, when called from Firefox extension, retrieves firefox profile directory location. nsresult rv = NS_InitXPCOM2(nsnull, nsnull, nsnull); if (NS_FAILED(rv)) return; nsCOMPtrnsIProperties fileLocator =