Name without extension ?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Name without extension ?

Post by anmac1789 »

In custom column, how can I get the filename excluding extension ?
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Name without extension ?

Post by void »

With the stem property.

addcolumn:column1 column1:=$stem:
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Name without extension ?

Post by anmac1789 »

Thank you void

update: I just saw that sorting column1 with mix files and folder's doesn't work
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Name without extension ?

Post by NotNull »

If you want a more permanent way of showing the filenames without extension, paste the following command in the search bar and press ENTER

Code: Select all

/hide_extension=1
(don't forget to add the Extension column to the result list if you want to see the extensions).


To restore the default setting:
/hide_extension=0
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Name without extension ?

Post by void »

Mix files and folders only works when sorting by name, path, size or date modified.

Please try sorting by Name instead of column1.
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Name without extension ?

Post by anmac1789 »

Ok thanks again I will try
Post Reply