Determine user's execution privilege group
Posted: Sun Jan 24, 2010 10:23 am
Is there a way to discover the current user's execution privilege level, such as if my user has "Administrator" access?
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
get shell ("net localgroup administrators")
if it contains $USERNAME then