3 lines
112 B
VB.net
3 lines
112 B
VB.net
|
|
My.Computer.FileSystem.WriteAllBytes("output.txt", _
|
||
|
|
My.Computer.FileSystem.ReadAllBytes("input.txt"), False)
|