getTempDir

getTempDir(): String;

The getTempDir method of the Application class returns the temporary directory in which the JADE temporary files of the process are located including a trailing backslash character; for example:

c:\temp\

In JADE thin client mode, this method retrieves the temporary directory on the presentation client. Use the Application class getTempDirAppServer method to return the string from the installation directory on the application server.