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.
lDriveReady = (DISKSPACE("A") != -1)
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
IF oFSO.DriveExists("A")
oDrive = oFSO.GetDrive("A")
lReady = oDrive.IsReady
ENDIF