I am pretty new to Visual Basic, I will be going to programming school soon. As for now, I don't know really anything. Now to my question. I have a couple files I want to install into the C:/ directory. They're all put into a folder. I typed in this to my 'install' button.
My.Computer.FileSystem.MoveDirectory("source/zevoxa", "C:\")
Now, when I run my program, click install it says it "cannot find source/zevoxa". I added the source folder manually. Should I have not done that? The source folder I created is located in
C:\Users\Zevoxa\Documents\Visual Studio 2012\Projects\Zevoxa Program\Zevoxa Program\bin\Release
Thanks in advance.