Hi How can I retreive the name of current folder ? BASEn, URLn all retreive more information than I need... Thanks -- >> WinErr: 080 Clavier introuvable - Veuillez appuyer sur n'importe quelle touche pour continuer. << Arnaud LECAT >> Email: lecat@hexanet.fr >> WWW page:www.hexanet.fr/~lecat HEXANET >> http://www.hexanet.fr Z.A. Farman sud - 9 rue Roland Coffignot BP 415 - 51689 Reims Cedex 2 - France phone: (33) 03 26 79 30 05 Fax: (33) 03 26 79 30 06
On Thu, 19 Aug 1999, Arnaud Lecat wrote:
Hi
How can I retreive the name of current folder ? BASEn, URLn all retreive In a method, with <dtml-var id> in a document, with <dtml-with PARENT[0]><dtml-var id></dtml-with>
Andreas -- Andreas Kostyrka | andreas@mtg.co.at phone: +43/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA
Andreas Kostyrka wrote:
On Thu, 19 Aug 1999, Arnaud Lecat wrote:
Hi
How can I retreive the name of current folder ? BASEn, URLn all retreive In a method, with <dtml-var id> in a document, with <dtml-with PARENT[0]><dtml-var id></dtml-with>
Actually: <dtml-with "PARENTS[0]"> <dtml-var is> </dtml-with> The first one gives a KeyError Exception. -- Bill
participants (3)
-
Andreas Kostyrka -
Arnaud Lecat -
Bill Anderson