hi,
in my project i need to count the files in a folder and do some other stuff that i will explain later.
first, i chose a folder. it contains jpg, gif and bmp images. i want to know how many files are in that dir and get all therire names into a list or string. i will use the names to create links in html.
and if i'm dealing with images, it would be good to know how to retrive hight and width of images.
also, in that list i'm making it will be good to insert a number along with the file so i can later arrange the files into several html pages, but still keep the original (unnumbered) names..

thanks...