TC doesn't find files with dot in the name
Moderators: Hacker, petermad, Stefan2, white
TC doesn't find files with dot in the name
Say, I have file "My.Text.File.txt" in some folder.
If I try to search for "My." or "My.Text", TC doesn't find it (File Explorer finds perfectly).
If I try to search for "My." or "My.Text", TC doesn't find it (File Explorer finds perfectly).
License #299429
There is no knowledge that is not power
There is no knowledge that is not power
2Sektor
TC help says:
So you should use the * wildcard, although it could produce "wrong" results...
HTH
CoolWater
TC help says:
Code: Select all
When the search string contains a dot, Total Commander will look for the exact name match.
HTH
CoolWater
Re: TC doesn't find files with dot in the name
original file - My.Text.File.txtSektor wrote:Say, I have file "My.Text.File.txt" in some folder.
If I try to search for "My." or "My.Text", TC doesn't find it (File Explorer finds perfectly).
My.*
My.Text* or
*Text.File.txt
Just FYI
Yes, it is a feature. TCmd's behaviour is fine if you need to find a file with exact filename.It's not a bug - it's a feature?
E.g. your are looking for the file file.txt.
File explorer will find all files with *file.txt*. If thousand files matching this pattern you need to search the file with excact match file.txt in this thousand files by yourself.
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
Immanuel Kant in "Perpetual Peace"
Sektor,
Explorer uses another rules for search field, obviously.
TC, as it was mentioned, expects full names with wildcards if you want to find dots, e.g. "*My.*" or "*My.Text*" (for searching in any part of filename) instead of your examples in first post.
Explorer uses another rules for search field, obviously.

TC, as it was mentioned, expects full names with wildcards if you want to find dots, e.g. "*My.*" or "*My.Text*" (for searching in any part of filename) instead of your examples in first post.
Last edited by MVV on 2017-02-01, 07:16 UTC, edited 1 time in total.