<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[DirectoryListBox1]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich aus der DirectoryListBox den Selectierten Verzeichnisnamen in einer AnsiString Variablen schreiben. Wollte ne Datei erstellen und brauche das ding für die Path angabe.</p>
<p>Habe folgendes probiert.</p>
<pre><code class="language-cpp">b=(DriveComboBox1-&gt;Drive); //Laufwerksbuchstabe
c=(Edit2-&gt;Text); //Dateiname
e=(DirectoryListBox1-&gt;DirLabel); //soll mal das Verzeichnis angeben
d=(b+&quot;:\\&quot;+e+&quot;\\&quot;+c+&quot;.csv&quot;);

ofstream ausgabe;
ausgabe.open (d.c_str(),ios::app);
if (ausgabe.good())
   ausgabe &lt;&lt; a;
ausgabe.close();
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/104605/directorylistbox1</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 03:04:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/104605.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Mar 2005 16:35:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DirectoryListBox1 on Mon, 21 Mar 2005 16:35:16 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich aus der DirectoryListBox den Selectierten Verzeichnisnamen in einer AnsiString Variablen schreiben. Wollte ne Datei erstellen und brauche das ding für die Path angabe.</p>
<p>Habe folgendes probiert.</p>
<pre><code class="language-cpp">b=(DriveComboBox1-&gt;Drive); //Laufwerksbuchstabe
c=(Edit2-&gt;Text); //Dateiname
e=(DirectoryListBox1-&gt;DirLabel); //soll mal das Verzeichnis angeben
d=(b+&quot;:\\&quot;+e+&quot;\\&quot;+c+&quot;.csv&quot;);

ofstream ausgabe;
ausgabe.open (d.c_str(),ios::app);
if (ausgabe.good())
   ausgabe &lt;&lt; a;
ausgabe.close();
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/749622</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/749622</guid><dc:creator><![CDATA[Magic Man]]></dc:creator><pubDate>Mon, 21 Mar 2005 16:35:16 GMT</pubDate></item><item><title><![CDATA[Reply to DirectoryListBox1 on Mon, 21 Mar 2005 16:39:36 GMT]]></title><description><![CDATA[<p>Hallo</p>
<pre><code class="language-cpp">e=(DirectoryListBox1-&gt;Directory); // so vielleicht?
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/749627</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/749627</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 21 Mar 2005 16:39:36 GMT</pubDate></item><item><title><![CDATA[Reply to DirectoryListBox1 on Mon, 21 Mar 2005 16:40:35 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Steht in der Hilfe : &quot;DirectoryListBox1-&gt;Directory&quot;.</p>
<p>Bis dann denn,<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Nash</p>
]]></description><link>https://www.c-plusplus.net/forum/post/749629</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/749629</guid><dc:creator><![CDATA[Nash]]></dc:creator><pubDate>Mon, 21 Mar 2005 16:40:35 GMT</pubDate></item></channel></rss>