2
Horst.Epp
For example, any user who wants to update a list of files. He loads the list using cm_LoadSelectionFromFile, then sort it according to the selection (unselected first and selected last) and mark the files he wants to add and deselecting the ones that no longer interest him, finally he uses cm_SaveSelectionToFile to save the already updated file.
In my case i use daily this
petermad em_command
Code: Select all
[em_select_same_name_ext]
cmd=cm_CompareDirs 1,cm_ExchangeSelection,cm_FocusTrg,cm_ExchangeSelection,cm_FocusTrg
And the possibility of ordering the files in such a way that the unselected ones are located at the top of the screen of the left panel, i assure you that it would allow me to work much more easily.
Also for security and whenever it is not absolutely necessary, i prefer to work with all the files in view, each user has different needs and ways of working.