I want to create a directory and I use
_mkdir(".\\mydir"
but it doesn't work. I have this error :"_mkdir: undeclared identifier" but I used <direct.h>. What's the problem?
Is there another way to create a new directory?
Thank's
Davide
P.S. If I project a dos program it works.
_mkdir(".\\mydir"
but it doesn't work. I have this error :"_mkdir: undeclared identifier" but I used <direct.h>. What's the problem?
Is there another way to create a new directory?
Thank's
Davide
P.S. If I project a dos program it works.