<?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[[boost] filesystem::path unter Windows???]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich will boost::filesystem::path unter Windows benutzen. Leider bekomme ich immer eine Exception &quot;Invalid name &quot;c:&quot; in path &quot;c:/artchi.png&quot;.</p>
<pre><code class="language-cpp">boost::filesystem::path p(&quot;c:/artchi&quot;);
</code></pre>
<p>Kennt jemand die Lösung?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133027/boost-filesystem-path-unter-windows</link><generator>RSS for Node</generator><lastBuildDate>Thu, 27 Aug 2026 19:04:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133027.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 14 Jan 2006 20:16:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [boost] filesystem::path unter Windows??? on Sat, 14 Jan 2006 20:16:27 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich will boost::filesystem::path unter Windows benutzen. Leider bekomme ich immer eine Exception &quot;Invalid name &quot;c:&quot; in path &quot;c:/artchi.png&quot;.</p>
<pre><code class="language-cpp">boost::filesystem::path p(&quot;c:/artchi&quot;);
</code></pre>
<p>Kennt jemand die Lösung?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/966723</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/966723</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sat, 14 Jan 2006 20:16:27 GMT</pubDate></item><item><title><![CDATA[Reply to [boost] filesystem::path unter Windows??? on Sat, 14 Jan 2006 20:31:05 GMT]]></title><description><![CDATA[<p>Habs schon...</p>
<pre><code class="language-cpp">boost::filesystem::path p(&quot;c:/artchi&quot;, native);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/966730</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/966730</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sat, 14 Jan 2006 20:31:05 GMT</pubDate></item></channel></rss>