I'm working on some code and to aid clarity and avoid name collisions I'd like to create a structure similar to :
Root
WebNode
WebNodeCmd
Rename
RecycleBin
Utils
I've created Objects to mirror this tree structure, and they appear in this "tree" in the Module Explorer, just not in the OScript view
. I just end up with them all appearing at the same level in the OScript Explorer view which is confusing and cluttered.
Creating Packages inside Packages doesn't seem to work, any ideas ?