how to retreive only directory path from openfiledialog control

sajeel

Member
Joined
Jul 9, 2008
Messages
17
Programming Experience
Beginner
Hi
i only retreive only directory path of any file in vb.net
what control i can use, will i use openfiledialog
 
There's the OpenFileDialog where you can get the path by removing the file name, but if you don't care about the file and only want the folder you should use the FolderBrowser dialog.
 
how i display selcted folder path using folderborwser contrl

THnaks but how i display selcted folder path using folderborwser contrl
i want the path in textbox
 
Back
Top