Answers for "mkdir function in c is defined under which library"

C++
0

mkdir c++

#include <boost/filesystem.hpp>

namespace fs = boost::filesystem;
fs::create_directory( fs::current_path() + mysubdirectoryname );
Posted by: Guest on February-13-2020

Code answers related to "mkdir function in c is defined under which library"

Browse Popular Code Answers by Language