Getting Project instance from the project path
已回答
I need to find the correct project instance window when multiple projects are opened in different windows. I want to send notification in correct project window. Is there any way to get project instance from project location path?

请先登录再写评论。
Taslima,
You can get access to all opened projects with:
Then just loop through them and pick the one that is matching your path.