vb.NET位置为字符串

时间:2014-02-02 18:46:32

标签: vb.net string

所以.. 当代码是:

client.DownloadFileAsync(New Uri("http://web.net/file.zip"), "C:\location\file.zip")

它正在工作,下载文件,但是当它是这样的时候:

Dim where As String = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\fsx\", "SetupPath", Nothing) + "\file.zip"
        client.DownloadFileAsync(New Uri("http://web.net/file.zip"), where)

它没有做任何事情,也没有任何错误..可能是什么问题?

0 个答案:

没有答案