<?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 Re: GDL FILE MANAGER I/O ADD-ON-format for PC filepath Param in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149457#M13698</link>
    <description>Another example you find here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.selfgdl.de/5_addon/filemanager/uebersicht.php" target="_blank"&gt;&lt;LINK_TEXT text="http://www.selfgdl.de/5_addon/filemanag ... rsicht.php"&gt;http://www.selfgdl.de/5_addon/filemanager/uebersicht.php&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
    <pubDate>Thu, 23 May 2013 10:14:33 GMT</pubDate>
    <dc:creator>Jochen Suehlo</dc:creator>
    <dc:date>2013-05-23T10:14:33Z</dc:date>
    <item>
      <title>GDL FILE MANAGER I/O ADD-ON-format for PC filepath Parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149455#M13696</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I'm trying to get a file list from a folder.&lt;BR /&gt;
&lt;FONT color="#0009ff"&gt;topFolder = open( "FileMan", "MyFavouriteFolder", "files, dialog" )&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
the manual gives an example of:&lt;BR /&gt;
&lt;FONT color="#ff0048"&gt;folder = OPEN( "FileMan", "c:\\\&lt;BR /&gt;
opens the root directory of the C drive (on a PC) for file-scanning.&lt;/FONT&gt;&lt;BR /&gt;
that does not work, is there something else I should include in the code?&lt;BR /&gt;
&lt;BR /&gt;
The dialog command works, but i cant specify the path as a parameter.&lt;BR /&gt;
I need a parameter(preferably) that I can replace the "MyFavouriteFolder" with.&lt;BR /&gt;
&lt;BR /&gt;
The dialog command works, but seems to be machine specific. &lt;BR /&gt;
so if i open the lib part on another computer it asks to search again, &lt;BR /&gt;
not good when it is needed for an office of 30+ people, on 50+ projects.&lt;BR /&gt;
&lt;BR /&gt;
Windows 7 64 bit&lt;BR /&gt;
Archicad 12-15 (about to upgrade to 16...wait 17 just anounced)&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:34:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149455#M13696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: GDL FILE MANAGER I/O ADD-ON-format for PC filepath Param</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149456#M13697</link>
      <description>This addon is unfortunately buggy...&lt;BR /&gt;
The effects are predictable(not quite sure but almost) if the path is typed in, or name typed in (file in library).&lt;BR /&gt;
If using dialog there is a common problem with relinking to another file...&lt;BR /&gt;
I hope someone will take care about...&lt;BR /&gt;
&lt;BR /&gt;
The 3rd party developers made their own versions of the plug not without the reason  &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 23 May 2013 07:48:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149456#M13697</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2013-05-23T07:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: GDL FILE MANAGER I/O ADD-ON-format for PC filepath Param</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149457#M13698</link>
      <description>Another example you find here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.selfgdl.de/5_addon/filemanager/uebersicht.php" target="_blank"&gt;&lt;LINK_TEXT text="http://www.selfgdl.de/5_addon/filemanag ... rsicht.php"&gt;http://www.selfgdl.de/5_addon/filemanager/uebersicht.php&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 23 May 2013 10:14:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149457#M13698</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2013-05-23T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL FILE MANAGER I/O ADD-ON-format for PC filepath Param</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149458#M13699</link>
      <description>My Problem is this...&lt;BR /&gt;
&lt;BR /&gt;
I can only get it to work with the dialog command.&lt;BR /&gt;
&lt;BR /&gt;
If I could type the path directly into the code I would&lt;BR /&gt;
(2nd best option to a parameter)&lt;BR /&gt;
&lt;BR /&gt;
Best option is a typeable parameter&lt;BR /&gt;
&lt;BR /&gt;
What is the format for the path on a PC?&lt;BR /&gt;
&lt;BR /&gt;
the "C:\\\" path does not work for me on 32bit XP, 64bit Win7 &lt;BR /&gt;
archicad 12 to 15&lt;BR /&gt;
&lt;BR /&gt;
The other option is something I have missed in the required code.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Allan&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ARRRRRRGGGGGGGGGGGG&lt;BR /&gt;
&lt;BR /&gt;
worked it out,&lt;BR /&gt;
the path has to be to a folder in a loaded library....&lt;BR /&gt;
now it all works...&lt;BR /&gt;
&lt;BR /&gt;
good little script when you work that out....</description>
      <pubDate>Thu, 23 May 2013 23:24:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-FILE-MANAGER-I-O-ADD-ON-format-for-PC-filepath-Parameter/m-p/149458#M13699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-23T23:24:54Z</dc:date>
    </item>
  </channel>
</rss>

