id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7258,boost::filesystem::create_directories(const &path) returns false if the path contains a slash at the end of the string,francis.thibault@…,Beman Dawes,"for example, if we want to create that following directory: path=""C:/users/test/"" the function create_directories(path) returns false even if the directory is created and exists. However, if we remove the slash at the end of the string path=""C:/users/test"", the function returns true. Is it the normal behavior of that function? Thanks.",Bugs,reopened,To Be Determined,filesystem,Boost 1.59.0,Problem,,create_directories(),francis.thibault@…