I am creat开发者_如何学Pythoning a simple c++ application for bookmark manipulation.
So I need to export bookmark from firefox and read it with c++ but seems that the bookmarks are stored in a folder always different ( for example on my pc this folder is: /larry/AppData/Roaming/Mozilla/Firefox/Profiles/bah0ikoo.default/ )
It should work on any pc so... How can I resolve this issue ?
The file profiles.ini
in %HOMEPATH%\Appdata\Roaming\mozilla\Firefox
tell you the path of the distinct profiles that you can start Firefox with.
On Unix systems: ~/.mozilla/firefox/profiles.ini
精彩评论