Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

How can I determine which profile Firefox 5 is currently using?

  • 5 respostas
  • 2 têm este problema
  • 1 visualização
  • Última resposta por vaguy

more options

How can I determine which profile Firefox 5 is currently using?

How can I determine which profile Firefox 5 is currently using?

Solução escolhida

Help > Troubleshooting Information > Profile Directory: Open Containing Folder

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);

Ler esta resposta no contexto 👍 1

Todas as respostas (5)

more options

Solução escolhida

Help > Troubleshooting Information > Profile Directory: Open Containing Folder

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);

more options

Incredibly quick reply and right on the money. Thanks!

I don't suppose that you know how one changes which profile FF5 uses? ...

more options

in address bar type: about:cache and look at Offline cache device -> Cache Directory

more options

Thank you!