Application library ​
No description available
Functions ​
mnscript
StringResult Application.CreateDesktopIcon(string) - Attempts to create a desktop icon for this application.
mnscript
Application.Exit() - Exits the program and stops execution.
mnscript
string Application.GetFileDirectory() - Gets the directory of the file this program was ran from.
mnscript
string Application.GetFileName() - Gets the name of the file this program was ran from.
mnscript
bool Application.HasAdminPrivilege() - Returns whether the program has admin privilege.
mnscript
StringResult Application.RequestAdminPrivilege() - Requests admin privilege be granted to the program. The program is paused until a result is returned.
