[SOLVED][Bug Everything 1.5a] Can't access path with numbers

Discussion related to "Everything" 1.5.
Loki@99
Posts: 43
Joined: Thu Jun 15, 2023 8:27 am

[SOLVED][Bug Everything 1.5a] Can't access path with numbers

Post by Loki@99 »

Dear dev,

Everything Version 1.5.0.1352a (x64) can't access path with numbers.

My issue is that I have a folder D:\copy p30 2022 and when I try to paste the path in Everything 1.5a, it only displays the folder not his contents.
After adding a "\" after the path, nothing appears.
Without rename.jpg

I tried renaming the folder and got results only after adding "\" after the folder path.
Results after rename.jpg
Thanks for investigating,
You do not have the required permissions to view the files attached to this post.
Last edited by Loki@99 on Sun Jul 23, 2023 9:07 am, edited 1 time in total.
void
Developer
Posts: 19871
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Bug Everything 1.5a] Can't access path with numbers

Post by void »

Please escape spaces with double quotes:

"D:\copy p30 2022\"
Loki@99
Posts: 43
Joined: Thu Jun 15, 2023 8:27 am

Re: [Bug Everything 1.5a] Can't access path with numbers

Post by Loki@99 »

void wrote: Sun Jul 23, 2023 8:53 am Please escape spaces with double quotes:

"D:\copy p30 2022\"
Thanks for the tip, it worked.
I hope that it can be improved cause always adding double quotes is not really convenient.
void
Developer
Posts: 19871
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Bug Everything 1.5a] Can't access path with numbers

Post by void »

Alternatively, enable Match Path from the Search menu and search for:

D:\copy p30 2022\
Loki@99
Posts: 43
Joined: Thu Jun 15, 2023 8:27 am

Re: [Bug Everything 1.5a] Can't access path with numbers

Post by Loki@99 »

void wrote: Sun Jul 23, 2023 8:58 am Alternatively, enable Match Path from the Search menu and search for:

D:\copy p30 2022\
Thanks for your assistance.