Re: User Permissin.
Re: User Permissin.
- Subject: Re: User Permissin.
- From: "I. Savant" <email@hidden>
- Date: Fri, 11 Jan 2008 09:57:58 -0500
> I want to chek the user has the previlage to install on the PC,How is it
> possible to find.Please help me.
I don't know about a PC, but on a Mac, using Cocoa, you can
determine the permissions of a *file or folder* using this method:
-[NSFileManager isWritableFileAtPath:]
... as to installing things, you're going to have to be more
specific. WAY more specific.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >User Permissin. (From: "Anoop Thomas Varghese" <email@hidden>) |