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.
Sub Click(Source As Button)
If Dir("C:\Test.txt") = "" Then
Filecopy "C:\windows\desktop\Test.txt","C:\Test.txt"
Else
Messagebox "Cannot copy- Destination file already exists."
End If
End Sub