Drag-N-Drop - Not drop target
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
-
PeterH
- Posts: 2826
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Drag-N-Drop - Not drop target
Just tested a bit with IZArc: strange!
Just to know: both temp-dir and destination are on c:
- only left drag possible, so no choice of copy or move (as expected)
- after dragging from IZArc to dest, the copied folder *also* exists in temp-dir
- after closing IZArc the folder in temp still exists
That is: no side does cleanup. Till now I thought, this is IZArc problem.
By the way: saw dest-dir in 1st pane, temp-dir in second. Second pane never refreshed, no matter if it was act or inact at this moment. Always had to refresh manually.
Then tried the same with 2 win-explorers. (One on dest, the other on temp.) After dragging nothing existed in temp-dir!!!
To verify I created a folder named same as the one I copied - it vanished after dragging from IZArc! So it seems win-explorer really deletes the temp file(s) after copying. Why ever... Is it possible it is notified by some flag from IZArc to do so?
For minimizing the amount of garbish in temp, I'd prefer the files to be deleted...
...and am not sure this could be done reliable by IZArc - for folder(s) with very big file(s) those still could be copied when IZArc is closed.
(I assume that files are first decompressed to temp, then file manager is notified to "get" them. And this might last for some time. Or is there some notify, when this is done?)
By the way: if files are to delete in temp, and temp and dest are on the same drive, they could just be renamed? That would be fast...
Just to know: both temp-dir and destination are on c:
- only left drag possible, so no choice of copy or move (as expected)
- after dragging from IZArc to dest, the copied folder *also* exists in temp-dir
- after closing IZArc the folder in temp still exists
That is: no side does cleanup. Till now I thought, this is IZArc problem.
By the way: saw dest-dir in 1st pane, temp-dir in second. Second pane never refreshed, no matter if it was act or inact at this moment. Always had to refresh manually.
Then tried the same with 2 win-explorers. (One on dest, the other on temp.) After dragging nothing existed in temp-dir!!!
To verify I created a folder named same as the one I copied - it vanished after dragging from IZArc! So it seems win-explorer really deletes the temp file(s) after copying. Why ever... Is it possible it is notified by some flag from IZArc to do so?
For minimizing the amount of garbish in temp, I'd prefer the files to be deleted...
...and am not sure this could be done reliable by IZArc - for folder(s) with very big file(s) those still could be copied when IZArc is closed.
(I assume that files are first decompressed to temp, then file manager is notified to "get" them. And this might last for some time. Or is there some notify, when this is done?)
By the way: if files are to delete in temp, and temp and dest are on the same drive, they could just be renamed? That would be fast...
-
admin
- Site Admin
- Posts: 64843
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Drag-N-Drop - Not drop target
Again, no repro here.PeterH wrote:Just tested a bit with IZArc: strange!
Just to know: both temp-dir and destination are on c:
- only left drag possible, so no choice of copy or move (as expected)
- after dragging from IZArc to dest, the copied folder *also* exists in temp-dir
- after closing IZArc the folder in temp still exists
That is: no side does cleanup. Till now I thought, this is IZArc problem.
By the way: saw dest-dir in 1st pane, temp-dir in second. Second pane never refreshed, no matter if it was act or inact at this moment. Always had to refresh manually.
Then tried the same with 2 win-explorers. (One on dest, the other on temp.) After dragging nothing existed in temp-dir!!!
To verify I created a folder named same as the one I copied - it vanished after dragging from IZArc! So it seems win-explorer really deletes the temp file(s) after copying. Why ever... Is it possible it is notified by some flag from IZArc to do so?
For minimizing the amount of garbish in temp, I'd prefer the files to be deleted...
...and am not sure this could be done reliable by IZArc - for folder(s) with very big file(s) those still could be copied when IZArc is closed.
(I assume that files are first decompressed to temp, then file manager is notified to "get" them. And this might last for some time. Or is there some notify, when this is done?)
By the way: if files are to delete in temp, and temp and dest are on the same drive, they could just be renamed? That would be fast...
Move on same volume = Rename: This optimization is always done on a very low level. "Move" is actually not a known file operation from NTFS's POV: there's only copy, rename, and delete. Move across volumes is a combined copy + delete.
FAQ | XY News RSS | XY X
-
PeterH
- Posts: 2826
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Drag-N-Drop - Not drop target
A bit more complex?
I do DnD from IZArc to XY or to WE - wishing to extract some file(s) and/or folder. "Extract" - neither move nor copy.
IZArc extracts the data to temp directory - if neccessary with overwrite. (This location can be configured. Dflt is user-tempdir. I now have modified it to ...\temp\IZArc\.)
Then it notifies WE or XY to "get" the data form there. This "get" might be copy, move, or whatever?
After WE "has got" it, it's deleted in temp.
After XY "has got" it, it's still there.
Here the .zip is on d:, temp is on c:, and same if dest is on c: or d:
(To verify tested with .zip on c: - no change.)
Now: what are you not able to repro?
I do DnD from IZArc to XY or to WE - wishing to extract some file(s) and/or folder. "Extract" - neither move nor copy.
IZArc extracts the data to temp directory - if neccessary with overwrite. (This location can be configured. Dflt is user-tempdir. I now have modified it to ...\temp\IZArc\.)
Then it notifies WE or XY to "get" the data form there. This "get" might be copy, move, or whatever?
After WE "has got" it, it's deleted in temp.
After XY "has got" it, it's still there.
Here the .zip is on d:, temp is on c:, and same if dest is on c: or d:
(To verify tested with .zip on c: - no change.)
Now: what are you not able to repro?
-
admin
- Site Admin
- Posts: 64843
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Drag-N-Drop - Not drop target
My temp dir is clean whatever I do with any archiving app I have.PeterH wrote:Now: what are you not able to repro?
FAQ | XY News RSS | XY X
-
PeterH
- Posts: 2826
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Drag-N-Drop - Not drop target
admin wrote:My temp dir is clean whatever I do with any archiving app I have.PeterH wrote:Now: what are you not able to repro?
OK - I think you have IZArc (for test), do you? Then please check there:
Options/Configuration, Tab: Folders, the contents of Temp Folder: This is the temp folder IZArc uses. (Recently I appended IZArc\ there to easy identify folders and files created by IZArc, but result was the same before.)
And now drag anything from a .zip in IZArc to somewhere in XY - and check that temp folder again. You don't find a copy of the just dragged item(s)? If not: where is the difference to my system? (IZArc 4.1, XP SP3, XY 8.70.152)
Could you think of any configuration to cause this? I have no idea...
Anybody else tested this? Strange...
Re: Drag-N-Drop - Not drop target
It seems all strange things happen only on my system
So for you Don, drag drop from Winrar is emptying the temp folder?
Another thing is my windows is not C:, so does that make difference?
So for you Don, drag drop from Winrar is emptying the temp folder?
Another thing is my windows is not C:, so does that make difference?
-
admin
- Site Admin
- Posts: 64843
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Drag-N-Drop - Not drop target
yes, yes, no.nony wrote:It seems all strange things happen only on my system![]()
So for you Don, drag drop from Winrar is emptying the temp folder?
Another thing is my windows is not C:, so does that make difference?
FAQ | XY News RSS | XY X
-
PeterH
- Posts: 2826
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Drag-N-Drop - Not drop target
As can be seen above: same problem just with another packer...nony wrote:It seems all strange things happen only on my system![]()
Seems no matter of drive-location of source, temp and destination.
So really strange the same doesn't happen for Don
OK - I don't really mind: temp has to be cleaned up sometimes, anyway.
But I just don't understand
-
admin
- Site Admin
- Posts: 64843
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Drag-N-Drop - Not drop target
I take it back: Winrar does leave a folder with contents in Temp (I overlooked it due to sorting folders apart...).PeterH wrote:As can be seen above: same problem just with another packer...nony wrote:It seems all strange things happen only on my system![]()
Seems no matter of drive-location of source, temp and destination.
So really strange the same doesn't happen for Don![]()
OK - I don't really mind: temp has to be cleaned up sometimes, anyway.![]()
But I just don't understand
FAQ | XY News RSS | XY X
Re: Drag-N-Drop - Not drop target
Good to know it's not always my system, I thought I was the only one yelling it aloud without anyone responding or even trying to test. I guess most of you would be having WinRAR 
Re: Drag-N-Drop - Not drop target
Still not fixed
Please could you please look into this.
Please could you please look into this.
-
admin
- Site Admin
- Posts: 64843
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Drag-N-Drop - Not drop target
You mean that Winrar does leave a folder with contents in Temp?nony wrote:Still not fixed![]()
Please could you please look into this.
FAQ | XY News RSS | XY X
Re: Drag-N-Drop - Not drop target
Yes, Winrar leaves content in temp folder after extracting...
-
admin
- Site Admin
- Posts: 64843
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Drag-N-Drop - Not drop target
Confirmed. Cannot fix. Winrar should do this but I have no idea why it does not.nony wrote:Yes, Winrar leaves content in temp folder after extracting...
FAQ | XY News RSS | XY X
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Drag-N-Drop - Not drop target
You could accomplish that using XY scripts or 3rd party programs, some could even monitor Temp folder and automatically clean it - at least when rebooting PC. But sure it's a WinRAR fault, just like installers in general and any other program which will need to unpack stuff prior to using it/letting the user do what he needs to do.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
XYplorer Beta Club