Tuesday, August 18, 2009 at 7:32 PM.

newsRiverSuite.menuCommands.viewThisEnclosure

<<Changes
	<<4/3/06; 10:13:30 AM by DW
		<<Created. Assume the outline cursor is on a node representing an enclosure that's been downloaded to the local hard drive. 
		<<Open the folder containing the enclosure. 
try {
	local (atts);
	op.attributes.getall (@atts);
	file.openfolder (file.folderfrompath (string.getfileurl (atts.url)))}
else {
	scriptError ("Can't view the enclosure because the outline element doesn't have an enclosure stored on the local hard drive.")}



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.