open browser to get string name of a file

samlochner

New member
Joined
Aug 7, 2012
Messages
2
Programming Experience
10+
Hi, is there a function to open a file selection browsing tree? I need it to return the string of the name of the file selected by the user.

Thanks,
Sam
 
I'm not sure. Basically, when the function runs, a tree browser should appear. The user then navigates to a text file and picks it. The string should be returned. Does openfiledialog do that? Can you show me an example?

Thanks,
Sam
 
There's an example at the bottom of the MSDN link I posted - pretty easy to implement.
 
Back
Top