mkdir 쉘 커맨드 사용.

ex)

bool MakePathIter(string path)

{

#ifdef _WIN32

system((string("mkdir ") + path).c_str());

#endif

return true;

}


by 고민고민하지마~* 2014. 8. 18. 22:07