FROM : I. Savant
DATE : Fri Jan 11 15:57:58 2008
> 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.
DATE : Fri Jan 11 15:57:58 2008
> 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.
| Related mails | Author | Date |
|---|---|---|
| Anoop Thomas Vargh… | Jan 11, 15:51 | |
| I. Savant | Jan 11, 15:57 |






Cocoa mail archive

