I have a macOS project in Swift where I would like to get file paths for current open documents. How can this be achieved?
EDIT: I mean the open documents of the app itself. Typically represented as windows or tabs.
PS I check these questions but don't help: How to get file path? Loading documents in Document based app Cocoa question: How to get file path for current open document for the front most application