ISProfile.ApplicationPath

Description

This function returns the path to the application executable file.

Syntax

object.ApplicationPath()

Part Attribute Type Description
object Required
The object always implements the ISProfile interface

Return Value

string

Returns the path to the application executable file.

Example

Display the path to the application executable file.

Profile.MessageBox(Profile.ApplicationPath)
Note:

Version information

Added in v7.8.0