Getting the JADE Temp Directory

The josGetDirectoryJadeTemp call, shown in the following example, obtains the name of the temp directory; for example, the directory to which files are extracted or installation files are downloaded. This directory is often Jade\temp.

int josGetDirectoryJadeTemp(Character pathName[],
                            Size      size);

The parameters for this call are listed in the following table.

Parameter Description
pathName Buffer to receive the name of the JADE temp directory
size Size of the pathName parameter buffer, defined in characters