<?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[Problem mit FindFile, FindNextFile etc. (Ordner wird nicht gefunden)]]></title><description><![CDATA[<p>Hallo.<br />
Ich schreibe an so einem kleinen Tool, das MP3s Ordnet und so, als Suchpfad kann man auch z.B. C:\ angeben, dann sucht er alle Ordner und Unterordner durch (mache das rekursiv). Ne Frage: wieso wird ein bestimmter Ordner einfach von FindNextFile nicht erkannt? Ich habe C:\mp3z und dieser Ordner (genau der wichtigste) wird nicht gefunden!!! Was kann das für Gründe haben? Die anderen alle werden ja gefunden (so siehts zumindest aus).</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/77218/problem-mit-findfile-findnextfile-etc-ordner-wird-nicht-gefunden</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 17:32:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/77218.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Jun 2004 18:06:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit FindFile, FindNextFile etc. (Ordner wird nicht gefunden) on Fri, 18 Jun 2004 18:06:10 GMT]]></title><description><![CDATA[<p>Hallo.<br />
Ich schreibe an so einem kleinen Tool, das MP3s Ordnet und so, als Suchpfad kann man auch z.B. C:\ angeben, dann sucht er alle Ordner und Unterordner durch (mache das rekursiv). Ne Frage: wieso wird ein bestimmter Ordner einfach von FindNextFile nicht erkannt? Ich habe C:\mp3z und dieser Ordner (genau der wichtigste) wird nicht gefunden!!! Was kann das für Gründe haben? Die anderen alle werden ja gefunden (so siehts zumindest aus).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/543379</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/543379</guid><dc:creator><![CDATA[ChrisK]]></dc:creator><pubDate>Fri, 18 Jun 2004 18:06:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit FindFile, FindNextFile etc. (Ordner wird nicht gefunden) on Fri, 18 Jun 2004 18:44:40 GMT]]></title><description><![CDATA[<p>interessant.</p>
<p>ein wenig code wär evtl. hilfreich um dir zu helfen!?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/543394</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/543394</guid><dc:creator><![CDATA[dot]]></dc:creator><pubDate>Fri, 18 Jun 2004 18:44:40 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit FindFile, FindNextFile etc. (Ordner wird nicht gefunden) on Sat, 19 Jun 2004 07:15:40 GMT]]></title><description><![CDATA[<p>Such mal im Forum: Afaik hat FindFirstFile / FindNextFile Probleme mit Rekursion. Du musst glaub' die Verzeichnisse zwischenspeichern und dann am Ende durchgehen.<br />
Siehe z.B.: <a href="http://www.rpi.edu/~pudeyo/articles/directory_walker.html" rel="nofollow">http://www.rpi.edu/~pudeyo/articles/directory_walker.html</a> <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="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/543566</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/543566</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Sat, 19 Jun 2004 07:15:40 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit FindFile, FindNextFile etc. (Ordner wird nicht gefunden) on Sat, 19 Jun 2004 10:58:17 GMT]]></title><description><![CDATA[<p>Sorry <a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/6496">@dot</a>.<br />
Danke <a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/1644">@flenders</a>, nettes Beispiel!</p>
<p>Ich hab das nun nicht &quot;nachprogrammiert&quot; sonden ich hab sofort meinen Fehler erkannt.</p>
<p>Ich hab bisher if(data.dwFileAttributes == FILE_ATTRIBUTE_DIRECTORY usw. verwendet, sehr unlogisch, wenn dwFileAttributes mehrere Flags hat. *g</p>
<p>DANKE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/543641</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/543641</guid><dc:creator><![CDATA[ChrisK]]></dc:creator><pubDate>Sat, 19 Jun 2004 10:58:17 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit FindFile, FindNextFile etc. (Ordner wird nicht gefunden) on Sat, 19 Jun 2004 19:25:36 GMT]]></title><description><![CDATA[<blockquote>
<p>Sorry <a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/6496">@dot</a>.</p>
</blockquote>
<p>brauchst dich doch nicht zu entschuldigen.</p>
<p>ich glaub das mit dwFileAttributes geht so:</p>
<p>if( data.dwFileAttributes &amp; FILE_ATTRIBUTE_DIRECTORY )</p>
]]></description><link>https://www.c-plusplus.net/forum/post/543902</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/543902</guid><dc:creator><![CDATA[dot]]></dc:creator><pubDate>Sat, 19 Jun 2004 19:25:36 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit FindFile, FindNextFile etc. (Ordner wird nicht gefunden) on Sun, 20 Jun 2004 08:48:07 GMT]]></title><description><![CDATA[<p>jo klar, 's klappt ja nun wunderbar.<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/544059</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/544059</guid><dc:creator><![CDATA[ChrisK]]></dc:creator><pubDate>Sun, 20 Jun 2004 08:48:07 GMT</pubDate></item></channel></rss>