<?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 Howto Get Current *.pln file with fullpath in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Howto-Get-Current-pln-file-with-fullpath/m-p/637950#M9932</link>
    <description>&lt;P&gt;Please Teach Me.&lt;BR /&gt;&lt;BR /&gt;I program Add-ON by C++.&lt;BR /&gt;&lt;BR /&gt;ArchiCAD27&lt;BR /&gt;VisualStudio2019/C++&lt;BR /&gt;Windows10&lt;BR /&gt;&lt;BR /&gt;1)ArchiCAD27 execute&lt;BR /&gt;2)Open pln file&lt;BR /&gt;3)my add-on execute&lt;BR /&gt;4)How to Get fullpath of 2)pln file&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 09:15:42 GMT</pubDate>
    <dc:creator>nishida_jp</dc:creator>
    <dc:date>2024-10-31T09:15:42Z</dc:date>
    <item>
      <title>Howto Get Current *.pln file with fullpath</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Howto-Get-Current-pln-file-with-fullpath/m-p/637950#M9932</link>
      <description>&lt;P&gt;Please Teach Me.&lt;BR /&gt;&lt;BR /&gt;I program Add-ON by C++.&lt;BR /&gt;&lt;BR /&gt;ArchiCAD27&lt;BR /&gt;VisualStudio2019/C++&lt;BR /&gt;Windows10&lt;BR /&gt;&lt;BR /&gt;1)ArchiCAD27 execute&lt;BR /&gt;2)Open pln file&lt;BR /&gt;3)my add-on execute&lt;BR /&gt;4)How to Get fullpath of 2)pln file&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 09:15:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Howto-Get-Current-pln-file-with-fullpath/m-p/637950#M9932</guid>
      <dc:creator>nishida_jp</dc:creator>
      <dc:date>2024-10-31T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Howto Get Current *.pln file with fullpath</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Howto-Get-Current-pln-file-with-fullpath/m-p/637959#M9933</link>
      <description>&lt;P&gt;You can use the below command to get info about the currently opened project. It also has the full path of the pln file.&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;API_ProjectInfo projectInfo = {};
GSErrCode err = ACAPI_ProjectOperation_Project (&amp;amp;projectInfo);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 09:57:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Howto-Get-Current-pln-file-with-fullpath/m-p/637959#M9933</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2024-10-31T09:57:26Z</dc:date>
    </item>
  </channel>
</rss>

