<?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 how to get TEXT I/O add-on filename with DIALOG in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-get-TEXT-I-O-add-on-filename-with-DIALOG/m-p/282978#M9832</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi all!&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know a way to get the file name the user selected with the "TEXT" I/O add-on in v16?&lt;BR /&gt;
I would like to display the name of the file in 2D.&lt;BR /&gt;
&lt;BR /&gt;
I wrote in the master script:
&lt;PRE&gt;polych = OPEN("TEXT", polyfile, "SEPARATOR=',', MODE=RO, DIALOG")&lt;/PRE&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;polyfile&lt;E&gt;&lt;/E&gt; is a string parameter.&lt;BR /&gt;
&lt;BR /&gt;
It only gives a dialog window when &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;polyfile&lt;E&gt;&lt;/E&gt; has changed. After that &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;polyfile&lt;E&gt;&lt;/E&gt; doesn't contain the path the user selected.&lt;BR /&gt;
&lt;BR /&gt;
Is it a bug?&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 09:41:44 GMT</pubDate>
    <dc:creator>piton</dc:creator>
    <dc:date>2023-05-24T09:41:44Z</dc:date>
    <item>
      <title>how to get TEXT I/O add-on filename with DIALOG</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-get-TEXT-I-O-add-on-filename-with-DIALOG/m-p/282978#M9832</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi all!&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know a way to get the file name the user selected with the "TEXT" I/O add-on in v16?&lt;BR /&gt;
I would like to display the name of the file in 2D.&lt;BR /&gt;
&lt;BR /&gt;
I wrote in the master script:
&lt;PRE&gt;polych = OPEN("TEXT", polyfile, "SEPARATOR=',', MODE=RO, DIALOG")&lt;/PRE&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;polyfile&lt;E&gt;&lt;/E&gt; is a string parameter.&lt;BR /&gt;
&lt;BR /&gt;
It only gives a dialog window when &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;polyfile&lt;E&gt;&lt;/E&gt; has changed. After that &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;polyfile&lt;E&gt;&lt;/E&gt; doesn't contain the path the user selected.&lt;BR /&gt;
&lt;BR /&gt;
Is it a bug?&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:41:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-get-TEXT-I-O-add-on-filename-with-DIALOG/m-p/282978#M9832</guid>
      <dc:creator>piton</dc:creator>
      <dc:date>2023-05-24T09:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to get TEXT I/O add-on filename with DIALOG</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-get-TEXT-I-O-add-on-filename-with-DIALOG/m-p/282979#M9833</link>
      <description>Long time ago I tried it...but gave up... this plug works when the path and the name is typed in (partly, because sometimes even if typed in it refuses to load/save to a different file than the one first selected).&lt;BR /&gt;
&lt;BR /&gt;
Someone should write the plug again (Please GS) from scratch so this functionality worked (that's why eg. Cadimage did for themselves as they use a lot of ways of saving things in their objects).&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Wed, 15 Jul 2015 13:03:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-get-TEXT-I-O-add-on-filename-with-DIALOG/m-p/282979#M9833</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2015-07-15T13:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to get TEXT I/O add-on filename with DIALOG</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-get-TEXT-I-O-add-on-filename-with-DIALOG/m-p/282980#M9834</link>
      <description>You just want a block of text to show the filename? There is autotext string for that.&lt;BR /&gt;
&lt;BR /&gt;
You should be able to just input that into either text you place on plan or a textblock in GDL. The string is &amp;lt;FILENAME&amp;gt;</description>
      <pubDate>Wed, 15 Jul 2015 14:14:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-get-TEXT-I-O-add-on-filename-with-DIALOG/m-p/282980#M9834</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2015-07-15T14:14:34Z</dc:date>
    </item>
  </channel>
</rss>

