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
Add a column to display Drive Letter
Re: Add a column to display Drive Letter
Does the following give the expected results?
Code: Select all
add-column:A A-label:="DRV" A:=left($path:,1)
Re: Add a column to display Drive Letter
Yes, that was perfect.
Thanks a lot
Best regards
Thanks a lot
Best regards