搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 5 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 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?

被采纳的解决方案

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);

定位到答案原位置 👍 1

所有回复 (5)

more options

选择的解决方案

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

You're welcome

more options

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

more options

Thank you!