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.
Dim oFS As Object
Dim oFolder As Object
Dim sPath As String
sPath = "Path\to\remote\server\and\new\folder\name"
Set oFS = CreateObject("Scripting.FileSystemObject")
Set oFolder = oFS.CreateFolder(sPath)