When I search for some files (Alt+F7) on network path, and after that I select "Feed to listbox", I mark those files and I want to drag 'n' drop them on some open application, Total Commander does not let me do it.
On the other side, I can drag 'n' drop files if the search was performed on local disks or on mapped network disk
1. example (search on network path) - this search result CAN NOT be drag 'n' dropped on open application:
\\mynetwork\computer\images\jan\11.jpg
\\mynetwork\computer\images\feb\23.jpg
2. example (search on local or mapped disk) - this search result can be drag 'n' dropped to open application (ex. Photoshop):
e:\images\jan\11.jpg
e:\images\feb\23.jpg
(note: jpg files are just examples, it is the same for other type of files / programs)
Is there way this could be fixed in 7.5 so we can drag 'n' drop files with UNC path?
Ability to drag 'n' drop UNC listed files from listbox
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No there isn't, sorry. The problem is that the function to build the list of files for the OLE2 drag&drop operation doesn't work with multiple files from various servers - at least I couldn't make it work.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
To MVV:
That doesn't do it for me.
The thing that I want is to able to drag and drop this files on an already opened application (Photoshop), than to do a little editing on this files and then when I save them they are automaticly saved on original locations (paths).
If I copy them to one temp folder, then after editing I would have to copy each one back in their separate paths which is a bit of waste of time (I usually have 100+ files within 30+ different folders for this kind of task).
So far the alternative is not to use TC for this but ordinary Windows Search function which is giving me this kind of list with UNC names and does let me to drag'n'drop them on an open application.
That doesn't do it for me.
The thing that I want is to able to drag and drop this files on an already opened application (Photoshop), than to do a little editing on this files and then when I save them they are automaticly saved on original locations (paths).
If I copy them to one temp folder, then after editing I would have to copy each one back in their separate paths which is a bit of waste of time (I usually have 100+ files within 30+ different folders for this kind of task).
So far the alternative is not to use TC for this but ordinary Windows Search function which is giving me this kind of list with UNC names and does let me to drag'n'drop them on an open application.
Hmm, internal Windows Search function lets drag-and-drop set of search results to other apps... but TC don't let do this for network paths...
Will just passing UNC names as filenames work? I see, Windows Search just passes UNC names as filename while dragging. So, when I drop a file onto my app's window, I see filename like '\\host\folder\file.ext'.
So, we can just pass filenames as they showed in listbox - and all should work. Or the problem somewhere in other point?
Will just passing UNC names as filenames work? I see, Windows Search just passes UNC names as filename while dragging. So, when I drop a file onto my app's window, I see filename like '\\host\folder\file.ext'.
So, we can just pass filenames as they showed in listbox - and all should work. Or the problem somewhere in other point?