Dynamically find window names

i am trying to dynamically get the window names is this possible? Right now I made a list of window names but if a window name changes i will have to update my list. Is there a way i could read a directory or db table to get the names to populate my list? Thanks

Ignition Manual :
Description :
Returns a list of the paths of all windows in the current project, sorted alphabetically.
Syntax :
system.gui.getWindowNames()

Hope this help

2 Likes

thats exactly what i needed, sorry i didn’t look hard enough! Thanks