I was wondering how would you write a new file in vb.net.
In vb6 it's pretty easy like some code like this
Open App.Path & "\file.exe" For Binary As #1
Put #1
and etc
So i was wondering how could you do that in vb.net. But i also wanna know how i can write data into the files too.