This function retrieves the name of the session's temporary directory.
Context
Windows client,
Windows server,
Mobile client,
Mobile server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client.
Parameters
ALPHA(n) |
Path |
Variable receiving the name of the temporary directory. |
NUM_BIN_4 |
PathLg |
Length of the Path variable. |
BOOL |
ReturnCode |
*TRUE if the operation was successful. Output parameter. |
Example
ALPHA(256) Path
NUM_BIN_4 PathLg
BOOL ReturnCode
PathLg = 256
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxGetTempDirectory' Path PathLg ReturnCode
IF NOT ReturnCode
* Error processing...
END
List of the VaToolBx functions by topic