Is there way to retrieve a list of the macros in the folder that the currently running macro is in?
What would be the reason to do this? I think you can do it via e. g. a Powershell or Python script that you start with the XRUN command (not to be confused with RUN command!!!), and then return the result to the Ui.Vision macro.
I was trying to update common code in the macros without having to go into each one individually, however, I was able to open and edit them in Notepad++ and then add them to the backup file and restore them.