I am writing an application that requires the user to browse a list of files in a folder, and select a file. The only thing I need to happen is for the name and path of the selected file to be returned to my application - it doesn't have to actually open it or do anything with it, I just need to capture the path information - either as a virtual folder or file system folder. Is there a fairly straightforward way to do this, or perhaps some control that will do it?
Thanks in advance for your help!
Thanks in advance for your help!