#include <direct.h>
int main()
{
mkdir("c:/test1");
return 0;
}
you can change the path , as your choice :))
after run example check your given path for result :)))