有哪个api可以弹出对话框同时可以选择文件或者目录的吗?

有哪个api可以弹出对话框同时可以选择文件或者目录的吗?
需要同时能选择2者。
[51 byte] By [armorwei-阿魔] at [2008-1-6]
# 1
Do you want to select file or directory in a popup dialog?
krh2001-边城浪子 at 2007-10-27 > top of Msdn China Tech,VC/MFC,界面...
# 2
mark 一下。
aa3000-杀手K at 2007-10-27 > top of Msdn China Tech,VC/MFC,界面...
# 3
是的,需要弹出一个对话框,能够显示所有的目录和文件以供选择。
armorwei-阿魔 at 2007-10-27 > top of Msdn China Tech,VC/MFC,界面...
# 4
就是 GetOpenFileName, 但要做一些定制工作。
SoLike-思危 at 2007-10-27 > top of Msdn China Tech,VC/MFC,界面...
# 5
自已做。
# 6
SHBrowseForFolder

Displays a dialog box that enables the user to select a shell folder.

krh2001-边城浪子 at 2007-10-27 > top of Msdn China Tech,VC/MFC,界面...