Documentation for application:openFileWithoutUI:
"Sent directly by sender to the delegate to request that the file filename be
opened as a linked file. The method should open the file without bringing up
its applications user interfacethat is, work with the file is under
programmatic control o
I am trying to open a defined document type programmatically. Document type is
defined in info.plist and opens with UI just fine.
I can not get openFileWithoutUI to work. I have read documentation and I find
no samples of code. There are several places I could be making an error but I
can not s