I'd like to scan a directory on my server, using JS, and create a link to the most recent file in the dir.
My server doesn't disallow directory listings; I can see the contents of the folder if I navigate to it.
Is it possible to do this in straight JS?