electron startDrag target OS path

2019-04-14 02:36发布

I have been playing around with the file system drag and drop functionality of Electron apps.

What I want:

  1. I need to know , if I drag a div out of electron app into OS , I just want to know target Os path.
  2. I am not interested in copying file operation to that path as i have my custom logic

Similar Solutions: I know about these solutions but I am not interested in as my goal is know target OS path. All these issues address drag and drop files out of electron app into OS .

  1. Is it possible to drag a remote file out of Electron App onto the file system?
  2. https://electronjs.org/docs/tutorial/native-file-drag-drop

File-Zilla displaying path after drag onto OS enter image description here

0条回答
登录 后发表回答