System.TemporaryPath() Method

Version: Available or changed with runtime version 1.0.

Gets the path of the directory where the temporary file is stored.

Note

This method is supported only in Business Central on-premises.

Syntax

String :=   System.TemporaryPath()

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 temporary file for Dynamics 365 is stored. This string ends with a backslash ('\') and does not contain the name of the temp file.

The string cannot contain more than 255 characters.

If this method is called from an application that is running on a Dynamics 365 Application Server, it returns the path of the directory where the Dynamics 365 Application Server is installed.

See Also

System Data Type
Get Started with AL
Developing Extensions