Click here to Skip to main content
15,887,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am implementing a namespace extension. When I implement the functionality on dragging a file in the namespace extension to local file system, I meet a problem.
According to the msdn,the CFSTR_FILENAMEMAP is used to rename the file names what the explorer get via HDROP clipboard format.
But the explorer does not call GetData method of the IDataObject object via CFSTR_FILENAMEMAP clipboard format.
Anybody has ever used the CFSTR_FILENAMEMAP to rename the file when user dragging a file from NSE and drop on the local file system?
How to make it work correctly?
In fact, my aim is that when user drag files from NSE and drop on the local file system, the explorer can create a folder and copy all files into the new folder.
Anybody know how to implement it?
Thanks you very much first.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900