directory -> html

randomlinh

Lifer
Oct 9, 1999
20,846
2
0
linh.wordpress.com
i need to convert a directory and its contents to html... essentially a bare bones "file browser" so to speak... there are lots of files so i don't wanna do it by hand :) Anyone know an easy way to accomplish this?
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0
Through ASP, or even PHP. In ASP, you can use the FileSystemObject (progid: Scripting.FileSystemObject).
 

GigaCluster

Golden Member
Aug 12, 2001
1,762
0
0
You can just remove the "index.html" file from a directory, and Apache should display a "file browser" that you're looking for, if it was configured to display Indexes for that directory.

Ask here if you need more help.