Habs raus bekommen.
Code
<control type="button">
<description>Back Button</description>
<posx>75</posx>
<posy>100</posy>
<width>200</width>
<height>200</height>
<font>-</font>
<onclick>back</onclick>
<texturefocus>iconup.png</texturefocus>
<texturenofocus>iconup.png</texturenofocus>
<visible>substring(container.folderpath,C:\Media\MP3\Musik\) | substring(container.folderpath,C:\Media\MP3\Hoerspiele\)</visible>
</control>
Alles anzeigen
Mit Stringcompare hatte es dann doch noch geklappt, allerdings ohne Unterordner. Mit Substring wird nun auch bei den Unterordnern der Button angezeigt.
Ich hab jetzt also obigen Code in der ViewsCommon.xml gleich als erstes oben nach dem include name eingetragen. Nun wird in jedem Ordner, ausser dem "root" ein Back Button angezeigt. Jetzt kann ich es "verkaufen"
Vielleicht braucht es ja auch mal jemand.
Danke...