Outputs the specified html document that lists the files in the specified directory
Then use that html document as the index to a directory.
Currently adds a 'Home' link to my home page, modify as required.
"
N = N + 1
Line(N) = ""
N = N + 1
Line(N) = ""+Heading+"
"
N = N + 1
rem Write directory listing
for C = 1 to NumFiles
//include full filespec reference if screen only
if OutputFile <> "" then
Line(N) = ""+FileName(C)+""+"
"
else
Line(N) = ""+FileName(C)+""+"
"
end if
N = N + 1
next
Line(N) = "
"
N=N+1
rem Write page closing
Line(N) = Finish
N=N+1
Line(N) = "