G
Guest
Hi all!
I have an IDataObject which deals with retrieving files from another machine
and then moving them to the target specified by Explorer. I specify only
CF_HDROP as supported clipboard format. I copy the files to the temporary
directory and then let Explorer move them by specifying the target directory
- i.e. an Explorer window!
Is there a way to know what is the target folder, i.e. the one receiving the
'drop' or 'paste' event? In this way, I could move the files to a temporary
folder but on the actual target drive, thus saving some time when Explorer
moves the files to the target folder!
Thank you for your help!
I have an IDataObject which deals with retrieving files from another machine
and then moving them to the target specified by Explorer. I specify only
CF_HDROP as supported clipboard format. I copy the files to the temporary
directory and then let Explorer move them by specifying the target directory
- i.e. an Explorer window!
Is there a way to know what is the target folder, i.e. the one receiving the
'drop' or 'paste' event? In this way, I could move the files to a temporary
folder but on the actual target drive, thus saving some time when Explorer
moves the files to the target folder!
Thank you for your help!