Boost C++ Libraries: Ticket #460: path and directory_iterator doesn't handle windows root path https://svn.boost.org/trac10/ticket/460 <pre class="wiki">directory_iterator does not append '\' to a windows root path correctly. The following Code using namespace boost::filesystem; path p("C:",native); directory_iterator it(p); is_directory(it); throws an exception which says "boost::filesystem::is_directory "C:some_file.foo": The system cannot find the given file." If I use C:\ it works. If I use a non root directory like C:\some_directory it works too. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/460 Trac 1.4.3 beman_dawes Tue, 29 Nov 2005 15:37:30 GMT status changed https://svn.boost.org/trac10/ticket/460#comment:1 https://svn.boost.org/trac10/ticket/460#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=51042 Fixed and regression-test cases added, both head and i18n branch. Thanks for the report! </pre> Ticket