Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dir=Server.MapPath(".")
set fso=Server.CreateObject("Scripting.FileSystemObject")
set f=fso.GetFolder(dir)
set files=f.Files
for each file in files
fname=file.Name
'code here
next