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.
path="C:\My Documents\CCNum"
set fso=Server.CreateObject("Scripting.FileSystemObject")
If Not fso.FolderExists(path) then
set f2=fso.CreateFolder (path)
end if