Re: Cannot open file

2009-06-09 Thread anyflyer
Hi Rob, Thanks for your help. I have found reason. There is the same application name in my computer, so I have to specify a full path for the appName parameter. Thank your again. Lex 2009-06-10 08:36:08,"Rob Keniger" wrote: > >On 08/06/2009, at 2:24 PM, anyflyer wrote: > >> I used openFile:w

Re: Cannot open file

2009-06-09 Thread Rob Keniger
On 08/06/2009, at 2:24 PM, anyflyer wrote: I used openFile:withApplication: method to open a file, and it return YES. But actually the file isn't opened. And I found "GetImporterForFile Error-43" error information in Console Messages. I wonder if someone could tell me why? Thanks. Error

Cannot open file

2009-06-09 Thread anyflyer
Hi All, I used openFile:withApplication: method to open a file, and it return YES. But actually the file isn't opened. And I found "GetImporterForFile Error-43" error information in Console Messages. I wonder if someone could tell me why? Thanks. __