<?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[CopyFile()  und das abfragen des Rückgabe wertes]]></title><description><![CDATA[<p>Hallo ich habe die Funktion CopyFile() eingebaut und möchte den Nutzer nun Fragen ob er eine datei überschrieben werden soll</p>
<p>Wär cool wenn ihr sagen würdet wie ihr das abfragt...</p>
<p>wenn es geht mit einer if schleife ... habs so bisher:</p>
<pre><code class="language-cpp">if (CopyFile(pic_path.c_str(), target_path_file.c_str(), false) == 0)
  Application-&gt;MessageBoxA(&quot;huhu&quot;,&quot;lalala&quot;,0);
</code></pre>
<p>MFG kevin</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/141460/copyfile-und-das-abfragen-des-rückgabe-wertes</link><generator>RSS for Node</generator><lastBuildDate>Mon, 03 Aug 2026 14:45:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/141460.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Mar 2006 10:35:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CopyFile()  und das abfragen des Rückgabe wertes on Wed, 22 Mar 2006 10:35:52 GMT]]></title><description><![CDATA[<p>Hallo ich habe die Funktion CopyFile() eingebaut und möchte den Nutzer nun Fragen ob er eine datei überschrieben werden soll</p>
<p>Wär cool wenn ihr sagen würdet wie ihr das abfragt...</p>
<p>wenn es geht mit einer if schleife ... habs so bisher:</p>
<pre><code class="language-cpp">if (CopyFile(pic_path.c_str(), target_path_file.c_str(), false) == 0)
  Application-&gt;MessageBoxA(&quot;huhu&quot;,&quot;lalala&quot;,0);
</code></pre>
<p>MFG kevin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1021570</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1021570</guid><dc:creator><![CDATA[kevinklein]]></dc:creator><pubDate>Wed, 22 Mar 2006 10:35:52 GMT</pubDate></item><item><title><![CDATA[Reply to CopyFile()  und das abfragen des Rückgabe wertes on Wed, 22 Mar 2006 10:38:00 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Mach vor dem CopyFile einfach eine Abfrage mit der Methode <em>FileExists(target_path_file)</em> mitsamt Auswertung.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1021571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1021571</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 22 Mar 2006 10:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to CopyFile()  und das abfragen des Rückgabe wertes on Wed, 22 Mar 2006 10:40:47 GMT]]></title><description><![CDATA[<p>Wiedereinmal ein Super DANKE!!!</p>
<p>klappt</p>
<p>MFG Kevin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1021573</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1021573</guid><dc:creator><![CDATA[kevinklein]]></dc:creator><pubDate>Wed, 22 Mar 2006 10:40:47 GMT</pubDate></item><item><title><![CDATA[Reply to CopyFile()  und das abfragen des Rückgabe wertes on Thu, 23 Mar 2006 07:26:51 GMT]]></title><description><![CDATA[<p><strong>if</strong> ist KEINE <strong>Schleife</strong></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1022110</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022110</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Thu, 23 Mar 2006 07:26:51 GMT</pubDate></item><item><title><![CDATA[Reply to CopyFile()  und das abfragen des Rückgabe wertes on Thu, 23 Mar 2006 07:57:59 GMT]]></title><description><![CDATA[<p>lol, nahm mich jetzt mal wunder <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p><a href="http://www.google.de" rel="nofollow">www.google.de</a> schrieb:</p>
<blockquote>
<p>Ergebnisse 1 - 10 von ungefähr 27'500 für if-schleife. (0.18 Sekunden)</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1022142</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022142</guid><dc:creator><![CDATA[BigNeal]]></dc:creator><pubDate>Thu, 23 Mar 2006 07:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to CopyFile()  und das abfragen des Rückgabe wertes on Thu, 23 Mar 2006 08:22:25 GMT]]></title><description><![CDATA[<p><a href="http://www.if-schleife.de/" rel="nofollow">http://www.if-schleife.de/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1022159</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022159</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 23 Mar 2006 08:22:25 GMT</pubDate></item></channel></rss>