Re: Accessing protected files (about everything in the System folder)
Re: Accessing protected files (about everything in the System folder)
- Subject: Re: Accessing protected files (about everything in the System folder)
- From: Ondra Cada <email@hidden>
- Date: Fri, 20 Sep 2002 19:44:07 +0200
On Friday, September 20, 2002, at 07:28 , Jan Van Boghout wrote:
How do I work with system files (and other files that require admin privs
for write access) in Cocoa?
Normally. Your app needs to have sufficient rigts though -- either you can
use the authentification framework (non-ObjC, there are some ObjC wrappers
I believe), or make your app suid root. Depends on the app which approach
is better, but most cases the former would be the right solution.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.