Need moved files to disappear from ListBox
Moderators: Hacker, petermad, Stefan2, white
Need moved files to disappear from ListBox
Good day,
I am searching for specific files in a directory tree containing some 60000 files, then I feed the search results into the list box, then I create a directory and move some of the files in/from the list box to the empty directory.
The idea is to move the data which has been found (presented in the ListBox) into different directories, until everything is sorted.
However, when the files are moved, they reappear in the listbox with a different path.
Ideally for me, they should be removed from the list box. (It would be logical to have this behaviour by deafult, imvho.)
I am using version 9.22a. Is such a feature implemented in the latest version? If not, can I hope for that?
Thank you.
I am searching for specific files in a directory tree containing some 60000 files, then I feed the search results into the list box, then I create a directory and move some of the files in/from the list box to the empty directory.
The idea is to move the data which has been found (presented in the ListBox) into different directories, until everything is sorted.
However, when the files are moved, they reappear in the listbox with a different path.
Ideally for me, they should be removed from the list box. (It would be logical to have this behaviour by deafult, imvho.)
I am using version 9.22a. Is such a feature implemented in the latest version? If not, can I hope for that?
Thank you.
Re: Need moved files to disappear from ListBox
I thought up a workaround.
Re: Need moved files to disappear from ListBox
Copy the files to the new directory and then delete them from the listbox
Last edited by petermad on 2023-02-08, 10:34 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Need moved files to disappear from ListBox
Thanks 2petermad , but you wasn't meant 
I wanted the user to do something, not only asking.

I wanted the user to do something, not only asking.
Re: Need moved files to disappear from ListBox
2Stefan2
Yes, I am curious too about nemadeka's workaround...
Yes, I am curious too about nemadeka's workaround...
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Need moved files to disappear from ListBox
The path in the listbox changes after the files are copied, this is a good guidance for me, because I simply move the files as they appear sequentially in the list.
However, if you have gaps in the moved files list, this will create a problem.
Re: Need moved files to disappear from ListBox
not a workaround, but a duct-tape technology solution
I would guess the default behaviour of the listbox must be changed, it is currently illogical.