Hello, I've opened a Windows Explorer window to show the content of a SharePoint folder (using WebDAV). I pick a file and drag it into a Windows Form (C#). However the DragEventArgs doesn't contain full information about the file.
How can I get the file URL (and not only its name), or its content?
Thanks!