Is it possible to check if a file or bundle is opened by any Application? For example, lets say that I know that /Users/Foo/AwesomeDocument.txt exists and its open in TextEdit, can I reliable check from my app that the document is open?
I'm okay with solutions that only work with documents opened via NSDocumentController.
| |||||||
feedback
|
|
You could use an NSTask to run the shell command | |||
feedback
|
|
Do you mean like this? For example, in Applescript:
| |||
feedback
|
| |||
feedback
|