Jepp, there is... It's called Common Dialog
Add the componet to your project, Menu Project --> components and select Microsoft Common Dialog
Put the object in an empty form.
you can use it as OPEN or as Save AS dialog, you can set filter so only some files can be selected aso......
If you only want to select a Folder, common dialog is not the most efficent one.
for that there is an API called SHBrowseForFolder, you can probably find details on Google
Kjell
>> Stay informed about: Choose File Dialog