commandName

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
the commandName
Summary

Returns the command name used to start the execution of the application

Introduced7.1.0
OSmac, windows, linux
Platformsdesktop, server
Example
put the commandName
set the itemdelimiter to slash
put the last item of the commandName into field "log"
RelatedKeyword: $
Securitynone
Description

Returns the full command name that has been used to start the executable.

The commandName is only available for standalone applications and server scripts. It returns empty for mobile platforms and in the IDE.