Moin Moin.
Ich lese diese
XML in eine TTReeview ein:
Code:
<?
xml version="1.0" encoding="UTF-8"?>
<PathesList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Path>data\cdlc04\graphics\vehicles\airship\</Path>
<Path>data\cdlc04\graphics\vehicles\airship\anim\</Path>
<Path>data\cdlc04\graphics\vehicles\airship\maps\</Path>
<Path>data\cdlc04\graphics\vehicles\airship\rdm\</Path>
<Path>data\cdlc04\graphics\vehicles\command_ship\</Path>
<Path>data\cdlc04\graphics\vehicles\command_ship\anims\</Path>
<Path>data\cdlc04\graphics\vehicles\command_ship\maps\</Path>
<Path>data\cdlc04\graphics\vehicles\command_ship\rdm\</Path>
...
... usw.
</PathesList>
Code:
Wird auch hübsch angezeigt wie es sein soll:
data
--cdlc04
----graphics
------vehicles
--------airship
-----------anim
-----------maps
-----------rdm <<
--------command_Ship
-----------anim
-----------maps
-----------rdm
Wenn ich jetzt den Eintrag rdm auswähle hätte ich als Ausgabe gern den Pfad : «data\cdlc04\graphics\vehicles\airship\rdm»
Ich habe das schon mal gemacht, irgendwas mit Level Parent usw. Aber ich hänge irgendwie fest...wie mache ich das?
creehawk