Re: Get the UUID of the current user

2008-06-25 Thread Jean-Daniel Dupas
you like without performing any additional shell tool parsing. -- m-s On 25 Jun, 2008, at 05:22, Yoann GINI wrote: Hi all, I look for get the UUID of the current user, the only way actually found is to run a NSTask with this command : "dsmemberutil getuuid -U `whoami`"... B

Re: Get the UUID of the current user

2008-06-25 Thread Yoann GINI
the data all you like without performing any additional shell tool parsing. -- m-s On 25 Jun, 2008, at 05:22, Yoann GINI wrote: Hi all, I look for get the UUID of the current user, the only way actually found is to run a NSTask with this command : "dsmemberutil getuuid - U `whoami`"

Re: Get the UUID of the current user

2008-06-25 Thread Yoann GINI
API ( http://developer.apple.com/documentation/Networking/Reference/IdentityServices_RefCollection/index.html ) Le 25 juin 08 à 11:22, Yoann GINI a écrit : Hi all, I look for get the UUID of the current user, the only way actually found is to run a NSTask with this command : "dsmemberutil getuu

Re: Get the UUID of the current user

2008-06-25 Thread Michael Watson
g any additional shell tool parsing. -- m-s On 25 Jun, 2008, at 05:22, Yoann GINI wrote: Hi all, I look for get the UUID of the current user, the only way actually found is to run a NSTask with this command : "dsmemberutil getuuid - U `whoami`"... But it's not really a

Re: Get the UUID of the current user

2008-06-25 Thread Jean-Daniel Dupas
) Le 25 juin 08 à 11:22, Yoann GINI a écrit : Hi all, I look for get the UUID of the current user, the only way actually found is to run a NSTask with this command : "dsmemberutil getuuid - U `whoami`"... But it's not really a good solution for me. Have you a idea

Get the UUID of the current user

2008-06-25 Thread Yoann GINI
Hi all, I look for get the UUID of the current user, the only way actually found is to run a NSTask with this command : "dsmemberutil getuuid -U `whoami`"... But it's not really a good solution for me. Have you a idea for get the UUID without NSTask ? Thanks in