<?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: Output Path in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Output-Path/m-p/39029#M33299</link>
    <description>&lt;BLOCKQUOTE&gt;Mark wrote:&lt;BR /&gt;I am trying to create a text file using the database extension in a specific path. My script stops when i try to do this. Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
ch2 = open ("DATA",  ProjectNumber + "_Comp_" + TypeModeName + ".txt","SEPARATOR=',', MODE = WO, H:\SomeFolder\)&lt;BR /&gt;
&lt;BR /&gt;
I would use LIBRARY for the path, except my file does not exist yet, and i do not want to save it in the data folder.&lt;/BLOCKQUOTE&gt;

Try this - this is the format I use.&lt;BR /&gt;
The file path and name needs to be all one entry.&lt;BR /&gt;
&lt;BR /&gt;
ch2 = open ("DATA",  "H:\SomeFolder"+ProjectNumber + "_Comp_" + TypeModeName + ".txt","SEPARATOR=',', MODE = WO")&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Tue, 25 Jul 2006 04:10:32 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2006-07-25T04:10:32Z</dc:date>
    <item>
      <title>Output Path</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Output-Path/m-p/39028#M33298</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am trying to create a text file using the database extension in a specific path. My script stops when i try to do this. Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
ch2 = open ("DATA",  ProjectNumber + "_Comp_" + TypeModeName + ".txt","SEPARATOR=',', MODE = WO, H:\SomeFolder\)&lt;BR /&gt;
&lt;BR /&gt;
I would use LIBRARY for the path, except my file does not exist yet, and i do not want to save it in the data folder.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 Jul 2006 23:37:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Output-Path/m-p/39028#M33298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-07-23T23:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Output Path</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Output-Path/m-p/39029#M33299</link>
      <description>&lt;BLOCKQUOTE&gt;Mark wrote:&lt;BR /&gt;I am trying to create a text file using the database extension in a specific path. My script stops when i try to do this. Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
ch2 = open ("DATA",  ProjectNumber + "_Comp_" + TypeModeName + ".txt","SEPARATOR=',', MODE = WO, H:\SomeFolder\)&lt;BR /&gt;
&lt;BR /&gt;
I would use LIBRARY for the path, except my file does not exist yet, and i do not want to save it in the data folder.&lt;/BLOCKQUOTE&gt;

Try this - this is the format I use.&lt;BR /&gt;
The file path and name needs to be all one entry.&lt;BR /&gt;
&lt;BR /&gt;
ch2 = open ("DATA",  "H:\SomeFolder"+ProjectNumber + "_Comp_" + TypeModeName + ".txt","SEPARATOR=',', MODE = WO")&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 25 Jul 2006 04:10:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Output-Path/m-p/39029#M33299</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2006-07-25T04:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Output Path</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Output-Path/m-p/39030#M33300</link>
      <description>Thanks Barry, that did the trick.&lt;BR /&gt;
&lt;BR /&gt;
Such a simple syntax error, i must have tried everything but this.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 25 Jul 2006 22:38:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Output-Path/m-p/39030#M33300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-07-25T22:38:49Z</dc:date>
    </item>
  </channel>
</rss>

