+ 2
Create new directory
Could you explain me how can i create new directory in current file ( directory of project) using c++? CreateDirectory from windows.h is not suited
2 Respostas
+ 1
you can that:
CreateDirectoryW(L"new_cat",NULL);
why is not CreateDirectory suited?
+ 1
Потому, что там нужно прописовать полный путь =) Спасибо большое ;)