Henrie wrote:In the past it has happened before that a function was not implemented because it takes to long but when one has to do the same manually it takes longer
This ably describes an issue pervasive in every single piece of software I use, including TC.
No offense intended to anyone, but developers tend to focus on the efficient implementation of individual functions, whereas their concerns really should start at the much higher "task" level: what are the bottlenecks for manual execution of any particular task? Address those first please,
then tune the individual steps.
This reminds me of arithmetic in primary school. Addition, subtraction, multiplication, division: these were easy. The "word" problems, though, those were always hard. One needed the arithmetic skills to solve them, of course, but other skills were required to correctly interpret the problem and string together the necessary steps to solve it.
TC (and most other file managers, for that matter) is extraordinarily good at the "arithmetic", but not so good at the "word problems".