I wish to display all filenames in a folder which contain "Town Hall*, but *Town Hall*.* via Ctrl-F12 doesn't work.
Is there a TC guide to processing filenames with spaces ? TIA
A TC new user ...
Ctrl-F12: Find filenames with spaces ?
Moderators: Hacker, petermad, Stefan2, white
Re: Filenames with spaces
When using Ctrl-F12, use:
When using Quick search (Ctrl-S), use:
(you can leave out * if you configured quick search to not match with the beginning of the name)
Code: Select all
"*Town Hall*"
Code: Select all
*Town Hall
Re: Ctrl-F12: Find filenames with spaces ?
Very good - many thanks

