System.ApplicationPath() Method
Version: Available or changed with runtime version 1.0.
Returns the path of the directory where the executable file for the product is installed.
Note
This method is supported only in Business Central on-premises.
Syntax
String := System.ApplicationPath()
Note
This method can be invoked using property access syntax.
Note
This method can be invoked without specifying the data type name.
Return Value
String
Type: Text
Remarks
This method returns a string that contains the path of the directory where the executable file for Dynamics 365 Business Central is installed. This string ends with a backslash ('\') and does not contain the name of the executable file.
The string cannot contain more than 255 characters.
If this method is called from an application that is running on a Dynamics 365 Business Central Application Server, it returns the path of the directory where the Dynamics 365 Business Central Application Server is installed.