I keep getting the annoying error for the following code:
And I can't seem to figure out why. :/Code:Dim user As String user = Environ$("USERPROFILE") My.Computer.Network.DownloadFile _ ("WorldBackup 1.0.0.4.zip", _ "C:\Users\" & user & "\Desktop")




Reply With Quote