I'm trying to build an app that synchronizes a FileDialog to a specific path. I'm not opening the FileDialog myself, I need access to "all the currently opened FileDialogs", get a reference to the one I need and then change the currentworkingdirectory. Is there an API to get all opened filedialogs in Windows?
If you need a better explanation, here's a video of the feature I'm trying to implement: https://www.youtube.com/watch?v=9T9-OtRVeUw
Thanks!