Archicad C++ API
About Archicad add-on development using the C++ API.

Getting the string of location

Anonymous
Not applicable
Hi!
I need to access the path of the AC file.
How can I do that?
I know that there's the project location from the projectInfo, buT I dont know how to use the IO::location as string?
1 REPLY 1
Ralph Wessel
Mentor
zanzibar wrote:
I dont know how to use the IO::location as string?
Look at the API InputOutput documentation and specifically the page for IO::Location. You could use the Location::ToPath method, for example.
Ralph Wessel BArch