Re: Packing directory output to a list

2009-09-25 Thread Ultimator Ultimator
ok this problem has been solved it is one of my directories acting up. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.co

Re: Packing directory output to a list

2009-09-24 Thread Ultimator Ultimator
>thanks, i'll work on it and get back to you Thanks, I tried out your method, it generated the list and grouped them according to their individual directories but it wont work for what i wanted to use it for. What i intend to do is to pass the directory and file information to a tag which mer

Re: Packing directory output to a list

2009-09-23 Thread Ultimator Ultimator
thanks, i'll work on it and get back to you ~| 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.c

Re: Packing directory output to a list

2009-09-22 Thread Azadi Saryev
try this: #directory# list: #variables[directory]# Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 23/09/2009 03:24, funsho wrote: > > #GetBoth.directory# > #GetBoth.name# > > ~| Want to reach the ColdFu

Packing directory output to a list

2009-09-22 Thread funsho
I am new to this, I have tons of directories that I am working on. I want to output the files in each directory to a comma delimited list with each list named after the directory containing the files. So far I have been able to write a code that groups each files underneath each directory but

Packing directory output to a list

2009-09-22 Thread Ultimator Ultimator
I am new to this, I have tons of directories that I am working on. I want to output the files in each directory to a comma delimited list with each list named after the directory containing the files. So far I have been able to write a code that groups each files underneath each directory but