zmfolders tree Hi
I'm developing a zimlet that when a folder is dropped on, it recursively reads all the subfolders.
for example if I have
A
|->SUB_A
|->Sub_B
|->Sub_B1
I nned to read: SUB_A, Sub_B, Sub_B1.
Is there a way to implement this ? how ?
Thank you very much |