So I need help downloading a file into %appdata%. I am using a code and it doen’t work. The code is:
My.Computer.Network.DownloadFile _
("http://ownage.c12craft.com/xenon/XenonUpdate.jar", _
"C:\%appdata%\Roaming\.minecraft\bin\XenonUpdate.jar")
Can someone fix it?
%appdata% is not expanded in strings in vb.net
The following should work: