怎么实现拖动文件夹,将里面的项目添加到CListCtrl中

如何实现拖动文件夹,将里面的项目添加到CListCtrl中
就像一些播放器一样,支持拖放文件夹功能

------解决方案--------------------
CWnd::DragAcceptFiles
Call this member function from within a window, using a CWnd pointer, in your application's CWinApp::InitInstance function to indicate that the window accepts dropped files from the Windows File Manager or Windows Explorer.
------解决方案--------------------
文件夹下有文件夹吗?可以先遍历一下文件夹下的文件。然后保存起来,之后再添加到listctrl里。