WPF: Drag & Drop virtual folder from WPF to File Explorer

  • Thread starter Thread starter Alex4SSB
  • Start date Start date
A

Alex4SSB

Guest
Hi, I am developing ADB Explorer, a UI for ADB in WPF.I am trying to implement support for Drag & Drop to Push / Pull files between PC and an Android device, and while accepting files dragged into the app is quite easy since I can just use the provided path, its the other direction that I still can't get right. Namely, dragging a folder from the app to File Explorer.I started by using VirtualFileDataObject class to transfer the files as streams, which is what's usually recommended for files that do not yet exist on the PC, but since ADB works best when transferring files instead

Continue reading...
 
Back
Top