sys.frontmostApp

Syntax sys.frontmostApp ()

Params None required.

Action Identifies the name of the frontmost application.

Returns A string containing the name of the frontmost application.

Examples sys.bringAppToFront ("HyperCard")
sys.frontmostApp ()

   » HyperCard

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

See Also sys.bringAppToFront

Discuss