Search results for query: *

  1. M

    using WebClient.DownloadFile

    If there is a cached copy of sUrlToDownload in my PC then my function do not retrive the desired file from the internet, but only copy from the cache. How can I avoid this problem? Function bDownload(ByVal sUrlToDownload As String) As Boolean Dim sOd As String Dim myWebClient As New WebClient...
Back
Top