Problem viewing location information in flatview

I am using Leo's Flat View toolbar which has a button to toggle the location column on and off. The button code:

Set columnstoggle=pathrel(0)

However, when I'm in flatview, the Location column shows up but no information is displayed. This is also true for the Description column toggle button. Any ideas?

The pathrel (Relative Path) column will be blank for files that are directly in the starting point. Were you just looking at a bunch of them without any in sub-directories?

Use path instead of pathrel if you want the absolute path.

Ahh...got it now. Thanks Leo