then an infinite recursion results on a search. Yes I know, that there is a way to search only selected directories. but that would be tedious in this case.
I am requesting a "follow links" check box in the search dialogue (and possibly also the copy/move dialogue and perhaps others that I can't think of right now) to control this. This is the better solution, but if this is too much to ask, then I am also OK with a global option setting or menu command.
Although recursion prevention could be useful, a global [x] don't parse junctions option would be less so.
Oh, I agree completely! I was just thinking that even a global option is better than nothing as a last resort, and is easier to implement than having to modify a large set of dialogue boxes.
You should check for recursions yourself if you're using junctions. BTW, in TC search dialog you may see "Search in subdirectories:" combo box where you may limit search depth - it will protect from infinite loops caused by reparse points.
BTW I don't see any reason to create junctions and to ignore them while searching later.
I support the suggested option "[x] don't parse junctions", but separately for the search, copy and move (?) dialog.
Comes in handy, if you have symlinked big archive harddisks into your "normal" harddisk structure and you want to ignore them, while searching the rest.
kovesp wrote:In some cases I want to search for stuff on the drive without recursion, traversal to other drives, or getting multiple hits for the same files.
You may use special ignore list for such operation. Currently TC doesn't support internal command to change ignore list but you may use some external tool to change corresponding INI parameter and switch ignore list off and on then using command cm_SwitchIgnoreList - TC will use new ignore list. After searching you may switch ignore list back.
MVV wrote:Currently TC doesn't support internal command to change ignore list but you may use some external tool to change corresponding INI parameter and switch ignore list off and on then using command cm_SwitchIgnoreList - TC will use new ignore list. After searching you may switch ignore list back.
Hmm... So first I write (say) a Perl script to find all the links on the volume (these do change after all). Then the script changes the ini file. Now I can search in TCMD. The disk has been traversed twice. I might as well write the Perl script itself to do the search. Or just use the unix (cygwin) find command which supports the "don't traverse links" function.