explorer = CreateObject( "component", "CFIDE.componentutils.cfcexplorer" ) ; cfcs = explorer.getcfcs(url.refreshCache) ; packages = StructNew() ; for ( i=1; i lte ArrayLen(cfcs); i=i+1 ) { if ( not StructKeyExists( packages, cfcs[i].package ) ) { packages[cfcs[i].package] = '' ; } } packages = structKeyArray(packages) ; arraySort(packages,"textnocase") ; List of packages [all components] [refresh]

Packages

[root]#packages[i]#