I'm trying to update my extension to Firefox 4, but have hit a small 'roadblock' with some of the changes that have been made to the bookmarks API.
The old version used getChildFolder() to retrieve a folder with a known name, but it has been made obsolete as of Gecko 2 (Firefox 4): https://developer.mozilla.org/en/XPCOM_ ... ildFolder()
Could anyone tell me the 'new' way of retrieving a folder ID for a folder with a known title?