Is there any way to listen for system-side open and save panel events and respond to it, similar to how Default Folder X does it? Does this require private APIs or runtime code replacement? Or can it be done using publicly available APIs?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think it can be done with public APIs. The FAQ for Default Folder X says:
That suggests to me that it’s using code injection.