开发者

Browser bookmarks location variable [closed]

开发者 https://www.devze.com 2023-02-21 03:06 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

开发者_Python百科

Closed last year.

Improve this question

I'm wondering if there is a variable in Firefox, Internet Explorer and Google Chrome, etc which contains the location of the bookmarks?


For IE you want to call SHGetKnownFolderPath() with FOLDERID_Favorites.

For Mozilla you can use the Directory Service and ask for "Favs". This may vary depending on your OS. See the linked header file for details.

For Chrome, see this.

0

精彩评论

暂无评论...
验证码 换一张
取 消