#include <windows.h>#include <Shlobj.h>void main(){ SHCreateDirectoryExA(NULL,"d://testfolder//test", NULL);}