NSTask Permission denied
NSTask Permission denied
- Subject: NSTask Permission denied
- From: Jim Ways <email@hidden>
- Date: Wed, 21 Jul 2004 20:11:13 -0700 (PDT)
I get the following dump when i attempt to use [NSTask
launch]. I want to launch a UEF under libary but i
cant even seem to lauch anything in applications.
runtime = [[NSTask alloc] init];
[runtime setLaunchPath:
@"/Applications/TextEdit.app"];
[runtime launch];
*** NSTask: Task create for path
/Applications/TextEdit.app failed: 13, "Permission
denied".
Any ideas? Thanks Guys!
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.