T
Timothy Lee Russell
When you drag out of a Winforms app and drop it onto explorer, is there a
way -- perhaps using IDataObject -- to figure out what directory was dropped
to?
I want to handle all the file i/o from my app, rather than populating a
DataObject...
Basically, dropping the actual files themselves is problematic, since they
don't exist at the time that the drag/drop operation takes place. At that
point, they are just filenames that exist out on the interweb.
I've got a semi-working delayed write mechanism by implementing IDataObject
but it is overly complicated and not ideal -- when all I really need to know
is the target directory.
Thanks,
Timothy
way -- perhaps using IDataObject -- to figure out what directory was dropped
to?
I want to handle all the file i/o from my app, rather than populating a
DataObject...
Basically, dropping the actual files themselves is problematic, since they
don't exist at the time that the drag/drop operation takes place. At that
point, they are just filenames that exist out on the interweb.
I've got a semi-working delayed write mechanism by implementing IDataObject
but it is overly complicated and not ideal -- when all I really need to know
is the target directory.
Thanks,
Timothy