int mkdir(const wchar_t* path);
Создаёт «папку», путь к которой содержится в path
int ret = mkdir((wchar_t*)L"/card/other/newDir");