ERROR: The given path's is not supported.

Help me please.. i don't know what to do..
thanks in advance


Code:
Try

        Dim FileToCopy As String
        Dim NewCopy As String
        Dim password As String = "Cyndy"
        Dim username As String = "Abbang"
        
        FileToCopy = "c:\HS.exe"
        NewCopy = "\\192.168.xx.xx\C$\BACKUP\HS.exe"
...