ICDeletePref doesn't seem to be working. I keep getting a -667 error
(icPermErr) even though I think I have the correct permissions set.
Here is the code that isn't working:
-(void)deleteSMB{
OSStatus err;
OSStatus junk;
ICInstance inst;
err = ICStart(&inst, '????');
if (err == noErr) {
ICAppSpec spec;
long size;
size = sizeof(spec);
ICBegin(inst,icReadWritePerm);
P.S.
I am running Mac OS X 10.4.6 on a PowerBook G4. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macnetworkprog/email@hidden