CFileDialog::AddPlace
將資料夾加入位置清單提供給一般使用者可以開啟或儲存項目。
void AddPlace(
LPCWSTR lpszFolder,
FDAP fdap = FDAP_TOP
) throw();
void AddPlace(
IShellItem* psi,
FDAP fdap = FDAP_TOP
) throw();
參數
lpszFolder
資料夾的路徑可供使用者。 這只能是資料夾。fdap
指定這個資料夾的位置在清單內的位置。psi
in 表示此資料夾可供使用者的 IShellItem 的指標。 這只能是資料夾。
需求
標題: afxdlgs.h