electron startDrag target OS path

僤鯓⒐⒋嵵緔 提交于 2019-12-06 09:29:01

问题


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

来源:https://stackoverflow.com/questions/49134283/electron-startdrag-target-os-path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!