read a directory based on user prefrence
Posted: Sat Sep 20, 2003 4:41 pm
My challenge is that I have a directory of 15 folders. Each of the 15 folders contains image files and text files of fruit baskets (real exciting).
I will organize the directory by catagory folders (seasonal, wedding, birthday, funeral...)
The user will have the ability to view fruit baskets by catagory, or they will have the opportunity to view fruit baskets by price.
I am hopping that I can create a single interface that can be dynamically populated based on the users prefrence.
So I need to write a script that will figure out how many potential baskets there are in a specific folder catagory and display the results with html (text and images)
There is also the need to pull baskets from all 15 folder catagories based on price.
How I keep things elegant in code I'm not sure (thus the reason for outside help-and posting).
My goal is to have 1 interface that is populated by one script based on the users prefrence.
I would appreciate any help..
Thank you,
Terence
I will organize the directory by catagory folders (seasonal, wedding, birthday, funeral...)
The user will have the ability to view fruit baskets by catagory, or they will have the opportunity to view fruit baskets by price.
I am hopping that I can create a single interface that can be dynamically populated based on the users prefrence.
So I need to write a script that will figure out how many potential baskets there are in a specific folder catagory and display the results with html (text and images)
There is also the need to pull baskets from all 15 folder catagories based on price.
How I keep things elegant in code I'm not sure (thus the reason for outside help-and posting).
My goal is to have 1 interface that is populated by one script based on the users prefrence.
I would appreciate any help..
Thank you,
Terence