Group lisitng assets

i got this files stored on folders like how it was placed in the image below:






my problem is how can i group them such that all files will be listed.. under the parent names then the other parent asset (version)



so it will list the assets like this:



versions


[color=“#000080”]firmwares

-firware upgrade

-firmware

[color=“#000080”]drivers[/color]

-driver


You could use a Site Map with a dynamic root node, or two asset listings assets, with one nested inside the Type Format bodycopy of another. Using the new "list_current_asset_id" SESSION variable, you can set the dynamic root node of the nested asset listing to be the currently painting asset of the unnested listing.

Hope that makes sense!

[quote]You could use a Site Map with a dynamic root node, or two asset listings assets, with one nested inside the Type Format bodycopy of another. Using the new "list_current_asset_id" SESSION variable, you can set the dynamic root node of the nested asset listing to be the currently painting asset of the unnested listing.


Hope that makes sense![/quote]



thanks for the help…