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

system.verbs.apps.FinderMenu.commands.backup.setPath

<<prompt the user for the "path" to the backup folder
	<<Cleaned up: Sat, Jan 11, 1997 at 8:42:48 AM by DW.
local (folder, sellist);
FinderMenu.init ();
sellist = finderMenu.getSelectionList ();
if sizeof (sellist) > 0 {
	folder = sellist [1] + "xxx:"};
if not file.getFolderDialog ("Select a folder to receive your backups.", @folder) {
	return (false)};
user.FinderMenu.finderBackupFolder = folder;
fileMenu.save ();
return (true)



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.