Hello,
I'm currently tryign to create a function in my script that reads all the .flv files in a specific directory and then list the top 5 recent additions (newest uploaded) OR just have 5 random files appear that are in the directory.
It would list only the filenames, and thus not show the .flv at the end. Also, for each of them, I'd need it to display like this:
"+filename+" would be replaces with the name of the flv file (without extension) and would loop to display the top 5 newest (recently uploaded/changed) files.
Thanks in advance (I don't have a code ot show).