Results 1 to 11 of 11

Thread: [RESOLVED] File path format not supported?

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2009
    Posts
    53

    Resolved [RESOLVED] File path format not supported?

    I keep getting the annoying error for the following code:

    Code:
     Dim user As String
                    user = Environ$("USERPROFILE")
    
    My.Computer.Network.DownloadFile _
                   ("WorldBackup 1.0.0.4.zip", _
                   "C:\Users\" & user & "\Desktop")
    And I can't seem to figure out why. :/
    Last edited by SRBuckey5266; Mar 8th, 2013 at 10:59 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width