Populate umenu with filenames in different folder

Aaron's icon

Hi!
I am developing a Max package, and I have a folder "myLibrary" with subfolders "patchers/" and "misc/"

myLibrary/
----patchers/
----misc/

My Max patchers live at "patchers/" and some text files live at "misc/"

I want some umenus on my patches to be populated with the filenames inside of "misc/", so you can pick which one to use.

I am using "thispatcher" and "folder" objects, but still not success, and I can't hard code it because I want it work on any computer.

Please help =)