What is the best way to display the folders/files name on the html page of it's home directory. This html files is on client machine which only requires to access locally and from it's own home directory.
As i tried using var fso = new ActiveXObject("Scripting.FileSystemObject");
but it's only accessible in IE
and i can not access in firefox/chrome
.
Please let me know if we can access the file/folders list which i want to display on the html page.