|
|
От: | ilyathegreat | |
| Дата: | 02.06.03 07:51 | ||
| Оценка: | |||
S>LPITEMIDLIST pidlBrowse = SHBrowseForFolder(&bi);
S>if (pidlBrowse != NULL)
S>{
S>CString path;
S>SHGetPathFromIDList(pidlBrowse, path.GetBuffer(MAX_PATH));
S>path.ReleaseBuffer();
S>}
S>