Hello, I'm developing an application wich has several sub-applications. The
application is a chat and the subs are the rooms of the chat. My main.asc
script is stored in the root chat folder. How can I list the name of the
applications are into the chat?

rtmp:.......myFMSserver/chat -----> the root folder

*****several applications*****
rtmp:.......myFMSserver/chat/operator1
rtmp:.......myFMSserver/chat/operator2
rtmp:.......myFMSserver/chat/operator3
.......

I want to see operator1, operator2, ..... since the root folder that
contains the script. I want to see it to show the operators are connected.
Thank you.