docs.roxen.comBack to normal mode
DocsRoxenWebServer 5.0Web Developer ManualText Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<dirname></dirname>

Provided by module: Tags: Additional RXML tags

Returns all but the last segment of a path. Some example inputs and outputs:

1 <dirname>/a/b</dirname><br/> 2 <dirname>/a/</dirname><br/> 3 <dirname>/a</dirname><br/> 4 <dirname>/</dirname><br/> 5 <dirname></dirname>
1 /a
2 /a
3 /
4 /
5