cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
vesalaasanen
Contributor

Archicad executable directory via API

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. 

1 Solution

Accepted Solutions
Viktor Kovacs
Graphisoft
Graphisoft

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...

Go to post

1 Reply 1
Viktor Kovacs
Graphisoft
Graphisoft

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...

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!