@marc2k3
Thanks, Ok, I did it for the first folder column where my watched folder is D:\Musikbibliothek.
$puts(relative_path,$replace(%path%,D:\Musikbiliothek\,))$substr($get(relative_path),0,$sub($strstr($get(relative_path),\),1))
But when I go to a folder, only the name of the same folder minus 1 letter appears in the second folder column.
$puts(relative_path,$replace(%path%,D:\Musikbiliothek\,))$substr($get(relative_path),0,$sub($strstr($get(relative_path),\),2))
And in the third folder column only the name of the same folder minus 2 letters appears.
$puts(relative_path,$replace(%path%,D:\Musikbiliothek\,))$substr($get(relative_path),0,$sub($strstr($get(relative_path),\),3))

What can I do? For a normal user this is a horror code. I only can copy and paste. ;-)
This Facets-Folder-Thing is the only reason why I use Foobar2000 since 15 years :-((((
I just can't imagine being the only one who sorts by at least 2 or 3 folders.