Patterns for ghost filter

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Patterns for ghost filter

Post by highend »

.* Affects files and directories.

f: .* Affects files only.

d: .* Affects directories only.
When I edit the ghost filter (it has only a one line) and enter any of the three example patterns from the help file,
nothing happens (after activating the filter)...

Shouldn't the first hide all files and folders?
Shouldn't the second hide all files?
Is the third pattern really correct (folders normally don't contain a dot anyway)?

What am I missing here?
One of my scripts helped you out? Please donate via Paypal

elqasar
Posts: 96
Joined: 01 Jun 2016 15:13

Re: Patterns for ghost filter

Post by elqasar »

Those patterns affect files and folders that begin their name with a dot. So files and folders such as '.android' or '.ssh' will be hidden.

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Patterns for ghost filter

Post by highend »

Ah, ok, that makes sense. Thanks
One of my scripts helped you out? Please donate via Paypal

elqasar
Posts: 96
Joined: 01 Jun 2016 15:13

Re: Patterns for ghost filter

Post by elqasar »

highend wrote:folders normally don't contain a dot anyway
Here are some folders in my user folder.
dotfolders.png
To see the attached files, you need to log into the forum.

Post Reply