Hi, im using this code to download a file
My
.Computer.Network.DownloadFile ("http://www.google.com/downloads/SomeFile.txt"
, "C:\Documents\SomeFile.txt"
)
but i want to delete the file after i downloaded it and i dont know how, ive spend almost 2 days on the web trying to figure it out, but no luck.
Can anyone help?