Add a column to display Drive Letter

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
sk2107
Posts: 385
Joined: Sun Aug 07, 2022 8:48 pm

Add a column to display Drive Letter

Post by sk2107 »

Hello,

I want to add a new column which displays the Drive letter only (without ":") with header "DRV", RootName could solve a part of the problem but linked drives is showing the path in RootName (which is extremely helpful)


Thank You
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: Add a column to display Drive Letter

Post by NotNull »

Does the following give the expected results?

Code: Select all

add-column:A  A-label:="DRV"  A:=left($path:,1)
sk2107
Posts: 385
Joined: Sun Aug 07, 2022 8:48 pm

Re: Add a column to display Drive Letter

Post by sk2107 »

Yes, that was perfect.

Thanks a lot
Best regards
Post Reply