according to https://www.stardock.com/products/desktopx/help/dev_guide_3a_scripting.htm DXScript has support for these object collections: - DesktopX.Objects - DesktopX.GroupObjects(“groupname”) - Object.Children They can be used like this: - DesktopX.Objects.count – number of objects in the collection - DesktopX.Objects.i
2 Replies
14,443 Views