Support Drag'n'Drop out of archives
Moderators: Hacker, petermad, Stefan2, white
Support Drag'n'Drop out of archives
Currently I cannot drag and drop files out of archives (e.g. zip). It would be nice if the dragged files could be unpacked temporarily to support dragging.
I second that.Horst.Epp wrote:I can !
[...]
Tested with zip, 7zip, rar
So the questions are: Which OS are you using? Which TC version are you using? Where do you try to drop the files?
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
OK, you are all right - generally it's working.
Here is my (maybe unrelated to TC) very specific use case:
I tried to drag a file from TC out of a tar.gz archive into a WinSCP window inside of a VMware Player with Windows XP and VMware Tools installed. This is working if I drag a file directly from the file system, but not out of the archive.

Here is my (maybe unrelated to TC) very specific use case:
I tried to drag a file from TC out of a tar.gz archive into a WinSCP window inside of a VMware Player with Windows XP and VMware Tools installed. This is working if I drag a file directly from the file system, but not out of the archive.

- ghisler(Author)
- Site Admin
- Posts: 50550
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
When you drag a file out of an archive, there is no real file, so TC cannot send the usual "list of files" drop data. Instead, it has to send one or more OLE objects. The recipient would request the content of the file from that object - at which point TC would extract the data and pass it to the recipient. Of course this only works when the recipient also supports this type of drop data. For example, the Explorer does.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Thanks for the explanation! 

ghisler(Author) wrote:When you drag a file out of an archive, there is no real file, so TC cannot send the usual "list of files" drop data. Instead, it has to send one or more OLE objects. The recipient would request the content of the file from that object - at which point TC would extract the data and pass it to the recipient. Of course this only works when the recipient also supports this type of drop data. For example, the Explorer does.