how to make a new folder from text

ac1240

New member
Joined
Mar 1, 2008
Messages
3
Programming Experience
Beginner
i wanna make a new folder when the user input something in the textbox field.
i want that whatever the user will input that will be the name of the folder .
ty nice forum btw

found it nvm
 
Last edited:
Use the IO.Directory.CreateDirectory method. or My.Computer.FileSystem.CreateDirectory
 
Back
Top