2024-07-26 05:08 PM
Is there a way to find the Archicad executable path via API? I'm calling LP_XMLConverter from an add-on. Works fine, but the path is currently hardcoded.
Solved! Go to Solution.
2024-07-27 04:38 PM
You can use the ACAPI_ProjectSettings_GetSpecFolder function with the id API_ApplicationFolderID to get the folder of the Archicad executable.
More details here: https://graphisoft.github.io/archicad-api-devkit/group___project_setting.html#ga52c214863ff7af9eee91...
2024-07-27 04:38 PM
You can use the ACAPI_ProjectSettings_GetSpecFolder function with the id API_ApplicationFolderID to get the folder of the Archicad executable.
More details here: https://graphisoft.github.io/archicad-api-devkit/group___project_setting.html#ga52c214863ff7af9eee91...