Boost C++ Libraries: Ticket #13580: The call "boost::filesystem::create_directories" on Windows cannot create a complete chain of directories, if the path's item contains terminating space(s) https://svn.boost.org/trac10/ticket/13580 <p> The issue is obserbed on OS Windows, and not on OS Linux. Looks like a subdirectory, which name contains terminal space(s), is created without space(s) on OS Windows, and then an attempt to create a nested subdirectory fails. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13580 Trac 1.4.3 anonymous Tue, 29 May 2018 11:53:57 GMT attachment set https://svn.boost.org/trac10/ticket/13580 https://svn.boost.org/trac10/ticket/13580 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">MF-22220.zip</span> </li> </ul> <p> A C-test file, a Visual Studio solution, a Makefile for Linux </p> Ticket anonymous Tue, 29 May 2018 11:55:17 GMT summary changed https://svn.boost.org/trac10/ticket/13580#comment:1 https://svn.boost.org/trac10/ticket/13580#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">The call "boost::filesystem::create_directories" on Windows cannot create a complete chain of directories, if the path'a item contains terminating space(s)</span> → <span class="trac-field-new">The call "boost::filesystem::create_directories" on Windows cannot create a complete chain of directories, if the path's item contains terminating space(s)</span> </li> </ul> Ticket