Using folders in a Module?

Hello al,

I cannot seem to add folders to a module. I guess folders can only be used in the main part of the IDE and not in Modules (classes too I bet but I didn’t try).

Can anyone confirm or advise how to include folders in Modules?
Tim

You dont
Modules can not contain folders

You can however place a module inside another module if that helps.

and beware you cannot put same objects in external modules compared to modules
for example, classes are not possible in external modules, but ok in modules.

I was just wanting to group classes together, more for organization…

Thanks everyone!
Tim