« Return to Thread: how to find file particular file name from a list

Re: how to find file particular file name from a list

by Barney Boisvert :: Rate this Message:

Reply to Author | View in Thread


How is your list stored?  If it's a query (from CFDIRECTORY) use a
query of queries.  If it's a comma-delimited list, use listFind.  If
it's an array, use myArray.indexOf() + 1 (or listFind(arrayToList())).

On Wed, Jul 8, 2009 at 10:07 AM, RamaDevi Dobbala<ramadobbala@...> wrote:
>
> Hi Dudes,
>
> can anyone suggest me, how to find a particular file from the list of file names.
>
> ..Rama
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

 « Return to Thread: how to find file particular file name from a list