Send my own path via 'Reopen Current Folder..'
kunkel321 > 2023-05-12 17:35
Hi Jean,
I find that I often have a particular folder open, and need to "Save As..." items to it. Your "Reopen Current Folder in Dialog Box" is perfect for this - except that - I use QAPconnect (XYplorer).
I'm sure that I could use AHK to detect XYplorer and capture the dir from it. It would be excellent if I could send that to QAP, and then QAP would apply it to the Save As location.
I'm not totally sure how the information (a string variable, I guess), would get "handed" from my app to yours though... Maybe a Windows environmental variable could be used for that(??) IDK. Another option might be if my app writes the var to an ini file, then QAP reads it. That might be slow, though.
I'm still using AHK v1.1.3 by the way.
EDIT: As I think more about it, QAP would also have to "reach out to" (run) my script, to prompt it to get the file path from my file manager. This might not be something you'd want to bother with.
Alternatively, maybe QAPconnect could have a switch that tell it to send the folder path to the Open/Save As dialog, rather than sending it to the QAP as a new favorite.