>>Does anyone know of a way I can extend the file filter and get what I want in a single read?
Have a look at CFX_ListDir : http://www.contentbox.com/claude/customtags/ListDir/viewListDir.cfm You can provide a list of extentions, among many other parameters : <CFX_ListDir DIRECTORY = <full path name of the directory to list"> [NAME] = <Name for output record set.> [QUERY] = <Name of an optional query to append results to.> [FILTER] = <File extension filter applied to returned names;> [EXTENSIONS] = <List of file extensions> [MODIFIEDBEFORE] = <limit file list to those modified before this date> [MODIFIEDAFTER] = <limit file list to those modified after this date> [TYPE] = <file or dir, to list only files or directories> [READONLY] = <select files according to their read-only attribute> [SYSTEM] = <select files according to their system attribute> [HIDDEN] = <select files according to their hidden attribute> [ARCHIVE] = <select files according to their archive attribute> [RECURSE] = <Whether the tag performs the action on subdirectories> [SORT] = <Query column(s) by which to sort directory listing> > -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281888 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

