The josGetDirectoryJadeLib call, shown in the following example, obtains the name of the directory in which JADE shared objects and libraries are installed (commonly known as the bin directory).
int josGetDirectoryJadeLib(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 directory where the shared objects and libraries of the current executing program are located |
size | Size of the pathName parameter buffer, defined in characters |