搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Can I add comments to my profile.ini file.

  • 2 回覆
  • 1 有這個問題
  • 48 次檢視
  • 最近回覆由 Paul

more options

I move my profile folder between several machines and operating systems and it is fine but if I could add comments to the profile.ini file it help keep track of usage/profile backups etc.

I move my profile folder between several machines and operating systems and it is fine but if I could add comments to the profile.ini file it help keep track of usage/profile backups etc.

被選擇的解決方法

Many sources suggest that the semicolon (;) symbol may be used. You have to put a comment on its own line, so it can't follow other text as happens in many other cases.

I just tried a ; in my own profiles.ini file and it doesn't seem to have broken anything.

Note that other Thunderbird files have their own conventions. In the js files such as pref.js, you can use a # or the c-style /*…*/ format.

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

Many sources suggest that the semicolon (;) symbol may be used. You have to put a comment on its own line, so it can't follow other text as happens in many other cases.

I just tried a ; in my own profiles.ini file and it doesn't seem to have broken anything.

Note that other Thunderbird files have their own conventions. In the js files such as pref.js, you can use a # or the c-style /*…*/ format.

more options

Thank you Zenos. That works perfecly for me.