elan-language / Documentation

0 stars 0 forks source link

Add system.me() to access the current user #153

Closed richardpawson closed 7 months ago

richardpawson commented 7 months ago

Implementation:

System.Security.Principal.WindowsIdentity.GetCurrent().Name;