I am trying to move a file inside the Server. I have this, but it is not working well at all. You can not find the correct route.
Dim Origen As String = "/images/foto.jpg"
Dim Destino As String = "/images/tarjetas/foto.jpg"
File.Move(Origen, Destino)