Hi,
I am about to write an application that will display all pdf files in a
folder and display them by file name in order of date.
Is there an easy way of doing this? I was thinking about somehow adding
filename and date created in an array, sorting by date and then
printing onto an html page with a link to that file. How would I do
this though? Is this the simplest method or is there a better way of
doin this?
Cheers
Burnsy