Code: Select all
Keep relative paths (relative to current directory)
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Keep relative paths (relative to current directory)
Code: Select all
C:\Test\name.ext
C:\Test\1\name.ext
C:\Test\2\name.ext
C:\Test\1\2\name.ext
C:\Test2\Test3\name.ext
C:\Test2\Test3\dir1\name.ext
C:\Test2\Test3\dir1\dir2\name.ext
C:\Test2\Test3\dir2\name.ext
D:\Test\name.ext
D:\Test\blabla\name.ext
D:\Test\bla\bla\name.ext
D:\Test\bla\bla\bla\name.ext
D:\Test2\blabla\name.ext
Code: Select all
..\C\Test\name.ext
..\C\Test\1\name.ext
..\C\Test\2\name.ext
..\C\Test\1\2\name.ext
..\C\Test2\Test3\name.ext
..\C\Test2\Test3\dir1\name.ext
..\C\Test2\Test3\dir1\dir2\name.ext
..\C\Test2\Test3\dir2\name.ext
..\D\Test\name.ext
..\D\Test\blabla\name.ext
..\D\Test\bla\bla\name.ext
..\D\Test\bla\bla\name.ext
..\D\Test\bla\bla\bla\name.ext
..\D\Test2\blabla\name.ext
Code: Select all
C:\Test\1\name.ext
C:\Test\2\name.ext
C:\Test\1\2\name.ext
Code: Select all
..\1\name.ext
..\2\name.ext
..\1\2\name.ext
And what is the practical point of this?
You must understand that the author will not adapt to your needs, but will take into account the full functionality of the program.
Christian really does not like this kind of retarders, so the probability of such a scenario is small.monarch-lfv wrote: 2023-06-21, 12:43 UTC In any case, it is not the search process itself that will have to be processed, but its results, which always have the structure Disk:\path\file.
I know both plugins and use them too, albeit reluctantly. And I always have a bad feeling when I have to trust the programming skills of an external tool in terms of security and reliability for this basic function of a file manager. And unfortunately I have to, because the TC offers these - as I already wrote - basic - function unfortunately not.monarch-lfv wrote: 2023-06-22, 09:34 UTC I known about this Plugin. There is also another plugin - CopyTree.wcx (more recent). Thought it might be possible to add built-in functionality.