using documentForFileName: (AppKit)

rhale1

KU Mac Geek
I can't seem to get the string from:
Code:
- (id)documentForFileName:(NSString *)fileName;

to open in OmniWeb when using this code as an Action:
Code:
    [[NSWorkspace sharedWorkspace] openFile:fileName
                        withApplication:@"/Applications/OmniWeb.app"];

Any ideas?
:)
 
Back
Top