Is there a way for an html document using Javascript to read the file names of the current and sub directories?
I understand that for security reasons this may be a restricted functionality, but im looking not using this as a served application - rather locally residing HTML files in each directory to log the contents. Looking at the following scenerio...
We have a directory tree structure with multiple sub directories, each with hundreds of files (logically named) - and we maintain logs for these files in xls format. If i could have an HTML file in these directories using javascrpipt, i could dynamically create this logs rather than manually maintaining them.
thanks...