Monday, November 08, 2010 at 12:04 AM.

system.verbs.builtins.radio.aggregator.saveSubscriptions

<<Changes
	<<10/21/01; 10:52:59 PM by JES
		<<Write the file to the path specified by user.radio.prefs.servicesXmlFilePath.
	<<10/20/01; 1:09:34 AM by JES
		<<Write the file to the misc/ sub-folder which is a sibling of the weblog rss file. This makes sure that the file is upstreamed properly. The default path is www/system/upstream/misc/mySubscriptions.opml.
local (pc = file.getpathchar ());
local (relfolder = string.popSuffix (radio.weblog.init ()^.prefs.rssFilePath, "/") + "/");
local (f = radio.file.getAbsolutePath (user.radio.prefs.servicesXmlFilePath));
xml.aggregator.saveServicesXml (f)



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.