Ctrl-F12: Find filenames with spaces ?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Dave_x
Junior Member
Junior Member
Posts: 5
Joined: 2025-12-04, 10:30 UTC

Ctrl-F12: Find filenames with spaces ?

Post by *Dave_x »

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 ...
User avatar
white
Power Member
Power Member
Posts: 6315
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Filenames with spaces

Post by *white »

When using Ctrl-F12, use:

Code: Select all

"*Town Hall*"
When using Quick search (Ctrl-S), use:

Code: Select all

*Town Hall
(you can leave out * if you configured quick search to not match with the beginning of the name)
Dave_x
Junior Member
Junior Member
Posts: 5
Joined: 2025-12-04, 10:30 UTC

Re: Ctrl-F12: Find filenames with spaces ?

Post by *Dave_x »

Very good - many thanks
Post Reply