id summary reporter owner description type status milestone component version severity resolution keywords cc 460 path and directory_iterator doesn't handle windows root path nobody beman_dawes "{{{ 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. }}}" Bugs closed filesystem None Fixed