I have been playing around with the file system drag and drop functionality of Electron apps.
What I want:
- I need to know , if I drag a div out of electron app into OS , I just want to know target Os path.
- 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 .