Question[help]folder mover program

Posts 12 of 2 · Page 1 of 1
[help]folder mover program
im making a program for my friends at a codwaw fansite for modding but i need help making the program that will let the program user select a folder and move it to a spot designated as long as they type their account name like c:/documents and settings/ACCOUNT_NAME
please help me with this it will be the biggest thanks ever 2 the user(s) who help me with this.
Thanks for reading
Zachman61
Quote Originally Posted by zachman61 View Post
im making a program for my friends at a codwaw fansite for modding but i need help making the program that will let the program user select a folder and move it to a spot designated as long as they type their account name like c:/documents and settings/ACCOUNT_NAME
please help me with this it will be the biggest thanks ever 2 the user(s) who help me with this.
Thanks for reading
Zachman61
I made a post on this, and it should work...
http://www.mpgh.net/forum/33-visual-...ual-basic.html
But if you want your friends to type in the folder's name, so they KNOW what they're moving, then do this:

What you need:
1 TextBox
1 Button

Naming:
Button1 -To- MOVE FILE

Code:
My.Computer.FileSystem.MoveFile("C:\" + TextBox1.Text, _
    "C:\Username1\" + TextBox1.Text)
If that doesn't work, or you want them to PICK the file location to move it to, then just PM me...
OR just post here, I should be around this section...
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?