public static void LsTreeTest (string tree, string path)
		{
			ObjectStore store = new ObjectStore (path);
			store.LsTree (tree);
		}