AppleScriptObjC equivalent to sudo in shell

Hi all,

I need to update some files located in user library.
For now, I’m using a shell script with sudo.
Is there a method in AppleScriptObjC to display the admin’s password dialog or, even better, to pass the admin privileges silently?

:wink:

No, I’m afraid all the security stuff involves passing value types that are not converted by the scripting bridge.

OK. :unamused:

Thanks anyway.