<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Archicad Plugin Get Current Path in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-Plugin-Get-Current-Path/m-p/266142#M2353</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to use an external dylib in my c++ plugin, and it reads a config.json file from current folder. But when I call "std::__fs::filesystem::current_path()", it only returns "/". I'm wondering where is the default location that Archicad runs? Or where it calls a dylib?&lt;BR /&gt;Thanks.&lt;/DIV&gt;</description>
    <pubDate>Wed, 15 Sep 2021 08:30:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-15T08:30:24Z</dc:date>
    <item>
      <title>Archicad Plugin Get Current Path</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-Plugin-Get-Current-Path/m-p/266142#M2353</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to use an external dylib in my c++ plugin, and it reads a config.json file from current folder. But when I call "std::__fs::filesystem::current_path()", it only returns "/". I'm wondering where is the default location that Archicad runs? Or where it calls a dylib?&lt;BR /&gt;Thanks.&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Sep 2021 08:30:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-Plugin-Get-Current-Path/m-p/266142#M2353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-15T08:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Archicad Plugin Get Current Path</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-Plugin-Get-Current-Path/m-p/266143#M2354</link>
      <description>Hi Yi,&lt;BR /&gt;
&lt;BR /&gt;
On macOS platform Archicad tries to load the dynamic libraries from the Support folder next to Archicad.app, so if you Add-On uses external dynamic libraries, then you should place it into the Support folder.&lt;BR /&gt;
On Windows platform the dynamic libraries should be placed next to Archicad.exe.</description>
      <pubDate>Thu, 30 Jul 2020 07:07:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-Plugin-Get-Current-Path/m-p/266143#M2354</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2020-07-30T07:07:52Z</dc:date>
    </item>
  </channel>
</rss>

