Hi, I have a console application that works fine. The users puts in the path of a folder and my program looks at every file in that folder. This is exactly what I wanted only now I'm moving it over into a GUI. Im using borland c++ builder 6 and I am looking at their preset dialog functions. The one I'm looking at is the 'opendialog' which I thought would be perfect however it will only open up files, it wont simply let me browse to a folder and grab hold of that, it just opens up the folder. I hope ive explained myself well enough and I was hoping that any of you guys may know a way to solve my problem without making the user actually write the path of the folder into an input box on my GUI
thanks